Html Css Color HEX #40BB56 Fruit Salad

📋 copy color: '#40BB56'

red 64 ◦ green 187 ◦ blue 86

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

Shades of Fruit Salad #40BB56

Tints of Fruit Salad #40BB56

RGB

 RED value IS 64 (25.39% from 255) = 18.99%

 GREEN value IS 187 (73.44% from 255) = 55.49%

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

R = 18.99%
G = 55.49%
B = 25.52%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#40BB56 (or 0x40BB56) is known color: Fruit Salad. HEX triplet: 40, BB and 56. RGB value is (64,187,86). Sum of RGB (Red+Green+Blue) = 64+187+86=337 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.99% from 337); Green value is 187 (73.44% from 255 or 55.49% from 337); Blue value is 86 (33.98% from 255 or 25.52% from 337); Max value from RGB is 187 - color contains mainly: green. Hex color #40BB56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40BB56 is #BF44A9. Grayscale: #8A8A8A. Windows color (decimal): -12534954 or 5684032. OLE color: 5684032.

HSL color Cylindrical-coordinate representation of color #40BB56: hue angle of 130.73º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BB56 is Cyan = 0.66, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB 64 187 86 -
CMYK 0.66 0 0.54 0.27
HSL 130.73º 0.49% 0.49% -
HSV(B) 130.73º 0.66% 0.73% -
XYZ 21.56 37.3 14.87 -
YUV 138.71 98.25 74.71 -
System Red Green Blue C M Y K H S L
Decimal 64 187 86 0.66 0 0.54 0.27 130.73 0.49 0.49
Hex 40 BB 56 42 0 36 1B 83 31 31
Octal 100 273 126 102 0 66 33 203 61 61
Binary 1000000 10111011 1010110 1000010 0 110110 11011 10000011 110001 110001

Color Harmonies of #40BB56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BB56

Black with #40BB56

Text Example


Text Example

White with #40BB56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40BB56; }

 p { color: rgb(64,187,86); }

 H1.HeaderClassName
 {
   color: #40BB56;
 }
 .AnyTagClassName
 {
   color: #40BB56;
 }
</style>

background-color css

<style>
 a { background-color: #40BB56; }

 a { background-color: rgb(64,187,86); }

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

border-color css

<style>
 span { border-color: #40BB56; }

 span { border-color: rgb(64,187,86); }

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