Html Css Color HEX #41BF4C Fruit Salad

📋 copy color: '#41BF4C'

red 65 ◦ green 191 ◦ blue 76

#41BF4C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fruit Salad #41BF4C

Tints of Fruit Salad #41BF4C

RGB

 RED value IS 65 (25.78% from 255) = 19.58%

 GREEN value IS 191 (75% from 255) = 57.53%

 BLUE value IS 76 (30.08% from 255) = 22.89%

R = 19.58%
G = 57.53%
B = 22.89%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.60

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#41BF4C (or 0x41BF4C) is known color: Fruit Salad. HEX triplet: 41, BF and 4C. RGB value is (65,191,76). Sum of RGB (Red+Green+Blue) = 65+191+76=332 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.58% from 332); Green value is 191 (75% from 255 or 57.53% from 332); Blue value is 76 (30.08% from 255 or 22.89% from 332); Max value from RGB is 191 - color contains mainly: green. Hex color #41BF4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41BF4C is #BE40B3. Grayscale: #8C8C8C. Windows color (decimal): -12468404 or 5029697. OLE color: 5029697.

HSL color Cylindrical-coordinate representation of color #41BF4C: hue angle of 125.24º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41BF4C is Cyan = 0.66, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 65 191 76 -
CMYK 0.66 0 0.60 0.25
HSL 125.24º 0.5% 0.5% -
HSV(B) 125.24º 0.66% 0.75% -
XYZ 22.12 38.91 13.18 -
YUV 140.22 91.76 74.35 -
System Red Green Blue C M Y K H S L
Decimal 65 191 76 0.66 0 0.60 0.25 125.24 0.5 0.5
Hex 41 BF 4C 42 0 3C 19 7D 32 32
Octal 101 277 114 102 0 74 31 175 62 62
Binary 1000001 10111111 1001100 1000010 0 111100 11001 1111101 110010 110010

Color Harmonies of #41BF4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41BF4C

Black with #41BF4C

Text Example


Text Example

White with #41BF4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41BF4C; }

 p { color: rgb(65,191,76); }

 H1.HeaderClassName
 {
   color: #41BF4C;
 }
 .AnyTagClassName
 {
   color: #41BF4C;
 }
</style>

background-color css

<style>
 a { background-color: #41BF4C; }

 a { background-color: rgb(65,191,76); }

 div.DivClassName
 {
   background-color: #41BF4C;
 }
 .BgClassName
 {
   background-color: #41BF4C;
 }
</style>

border-color css

<style>
 span { border-color: #41BF4C; }

 span { border-color: rgb(65,191,76); }

 td.TdClassName
 {
   border-color: #41BF4C;
 }
 .TagClassName
 {
   border-color: #41BF4C;
 }
</style>