Html Css Color HEX #41BF56 Fruit Salad

📋 copy color: '#41BF56'

red 65 ◦ green 191 ◦ blue 86

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

Shades of Fruit Salad #41BF56

Tints of Fruit Salad #41BF56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 25.15%

R = 19.01%
G = 55.85%
B = 25.15%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#41BF56 (or 0x41BF56) is known color: Fruit Salad. HEX triplet: 41, BF and 56. RGB value is (65,191,86). Sum of RGB (Red+Green+Blue) = 65+191+86=342 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.01% from 342); Green value is 191 (75% from 255 or 55.85% from 342); Blue value is 86 (33.98% from 255 or 25.15% from 342); Max value from RGB is 191 - color contains mainly: green. Hex color #41BF56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41BF56 is #BE40A9. Grayscale: #8D8D8D. Windows color (decimal): -12468394 or 5685057. OLE color: 5685057.

HSL color Cylindrical-coordinate representation of color #41BF56: hue angle of 130º 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 #41BF56 is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB 65 191 86 -
CMYK 0.66 0 0.55 0.25
HSL 130º 0.5% 0.5% -
HSV(B) 130º 0.66% 0.75% -
XYZ 22.49 39.06 15.16 -
YUV 141.36 96.76 73.54 -
System Red Green Blue C M Y K H S L
Decimal 65 191 86 0.66 0 0.55 0.25 130 0.5 0.5
Hex 41 BF 56 42 0 37 19 82 32 32
Octal 101 277 126 102 0 67 31 202 62 62
Binary 1000001 10111111 1010110 1000010 0 110111 11001 10000010 110010 110010

Color Harmonies of #41BF56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41BF56

Black with #41BF56

Text Example


Text Example

White with #41BF56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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