Html Css Color HEX #40BC57 Fruit Salad

📋 copy color: '#40BC57'

red 64 ◦ green 188 ◦ blue 87

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

Shades of Fruit Salad #40BC57

Tints of Fruit Salad #40BC57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 25.66%

R = 18.88%
G = 55.46%
B = 25.66%

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

#40BC57 (or 0x40BC57) is known color: Fruit Salad. HEX triplet: 40, BC and 57. RGB value is (64,188,87). Sum of RGB (Red+Green+Blue) = 64+188+87=339 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.88% from 339); Green value is 188 (73.83% from 255 or 55.46% from 339); Blue value is 87 (34.38% from 255 or 25.66% from 339); Max value from RGB is 188 - color contains mainly: green. Hex color #40BC57 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40BC57 is #BF43A8. Grayscale: #8B8B8B. Windows color (decimal): -12534697 or 5749824. OLE color: 5749824.

HSL color Cylindrical-coordinate representation of color #40BC57: hue angle of 131.13º 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 #40BC57 is Cyan = 0.66, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB 64 188 87 -
CMYK 0.66 0 0.54 0.26
HSL 131.13º 0.49% 0.49% -
HSV(B) 131.13º 0.66% 0.74% -
XYZ 21.82 37.74 15.15 -
YUV 139.41 98.42 74.21 -
System Red Green Blue C M Y K H S L
Decimal 64 188 87 0.66 0 0.54 0.26 131.13 0.49 0.49
Hex 40 BC 57 42 0 36 1A 83 31 31
Octal 100 274 127 102 0 66 32 203 61 61
Binary 1000000 10111100 1010111 1000010 0 110110 11010 10000011 110001 110001

Color Harmonies of #40BC57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BC57

Black with #40BC57

Text Example


Text Example

White with #40BC57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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