Html Css Color HEX #40BC56 Fruit Salad

📋 copy color: '#40BC56'

red 64 ◦ green 188 ◦ blue 86

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

Shades of Fruit Salad #40BC56

Tints of Fruit Salad #40BC56

RGB

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

 GREEN value IS 188 (73.83% from 255) = 55.62%

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

R = 18.93%
G = 55.62%
B = 25.44%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#40BC56 (or 0x40BC56) is known color: Fruit Salad. HEX triplet: 40, BC and 56. RGB value is (64,188,86). Sum of RGB (Red+Green+Blue) = 64+188+86=338 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.93% from 338); Green value is 188 (73.83% from 255 or 55.62% from 338); Blue value is 86 (33.98% from 255 or 25.44% from 338); Max value from RGB is 188 - color contains mainly: green. Hex color #40BC56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40BC56 is #BF43A9. Grayscale: #8B8B8B. Windows color (decimal): -12534698 or 5684288. OLE color: 5684288.

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

Color convert

RGB 64 188 86 -
CMYK 0.66 0 0.54 0.26
HSL 130.65º 0.49% 0.49% -
HSV(B) 130.65º 0.66% 0.74% -
XYZ 21.78 37.73 14.94 -
YUV 139.3 97.92 74.29 -
System Red Green Blue C M Y K H S L
Decimal 64 188 86 0.66 0 0.54 0.26 130.65 0.49 0.49
Hex 40 BC 56 42 0 36 1A 83 31 31
Octal 100 274 126 102 0 66 32 203 61 61
Binary 1000000 10111100 1010110 1000010 0 110110 11010 10000011 110001 110001

Color Harmonies of #40BC56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BC56

Black with #40BC56

Text Example


Text Example

White with #40BC56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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