Html Css Color HEX #40BD57 Fruit Salad

📋 copy color: '#40BD57'

red 64 ◦ green 189 ◦ blue 87

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

Shades of Fruit Salad #40BD57

Tints of Fruit Salad #40BD57

RGB

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

 GREEN value IS 189 (74.22% from 255) = 55.59%

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

R = 18.82%
G = 55.59%
B = 25.59%

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

#40BD57 (or 0x40BD57) is known color: Fruit Salad. HEX triplet: 40, BD and 57. RGB value is (64,189,87). Sum of RGB (Red+Green+Blue) = 64+189+87=340 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.82% from 340); Green value is 189 (74.22% from 255 or 55.59% from 340); Blue value is 87 (34.38% from 255 or 25.59% from 340); Max value from RGB is 189 - color contains mainly: green. Hex color #40BD57 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40BD57 is #BF42A8. Grayscale: #8C8C8C. Windows color (decimal): -12534441 or 5750080. OLE color: 5750080.

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

Color convert

RGB 64 189 87 -
CMYK 0.66 0 0.54 0.26
HSL 131.04º 0.49% 0.5% -
HSV(B) 131.04º 0.66% 0.74% -
XYZ 22.03 38.17 15.22 -
YUV 140 98.09 73.79 -
System Red Green Blue C M Y K H S L
Decimal 64 189 87 0.66 0 0.54 0.26 131.04 0.49 0.5
Hex 40 BD 57 42 0 36 1A 83 31 32
Octal 100 275 127 102 0 66 32 203 61 62
Binary 1000000 10111101 1010111 1000010 0 110110 11010 10000011 110001 110010

Color Harmonies of #40BD57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BD57

Black with #40BD57

Text Example


Text Example

White with #40BD57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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