Html Css Color HEX #40E086 Emerald

📋 copy color: '#40E086'

red 64 ◦ green 224 ◦ blue 134

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

Shades of Emerald #40E086

Tints of Emerald #40E086

RGB

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

 GREEN value IS 224 (87.89% from 255) = 53.08%

 BLUE value IS 134 (52.73% from 255) = 31.75%

R = 15.17%
G = 53.08%
B = 31.75%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#40E086 (or 0x40E086) is known color: Emerald. HEX triplet: 40, E0 and 86. RGB value is (64,224,134). Sum of RGB (Red+Green+Blue) = 64+224+134=422 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.17% from 422); Green value is 224 (87.89% from 255 or 53.08% from 422); Blue value is 134 (52.73% from 255 or 31.75% from 422); Max value from RGB is 224 - color contains mainly: green. Hex color #40E086 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40E086 is #BF1F79. Grayscale: #A6A6A6. Windows color (decimal): -12525434 or 8839232. OLE color: 8839232.

HSL color Cylindrical-coordinate representation of color #40E086: hue angle of 146.25º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40E086 is Cyan = 0.71, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB 64 224 134 -
CMYK 0.71 0 0.40 0.12
HSL 146.25º 0.72% 0.56% -
HSV(B) 146.25º 0.71% 0.88% -
XYZ 33.07 56.12 31.64 -
YUV 165.9 109.99 55.32 -
System Red Green Blue C M Y K H S L
Decimal 64 224 134 0.71 0 0.40 0.12 146.25 0.72 0.56
Hex 40 E0 86 47 0 28 C 92 48 38
Octal 100 340 206 107 0 50 14 222 110 70
Binary 1000000 11100000 10000110 1000111 0 101000 1100 10010010 1001000 111000

Color Harmonies of #40E086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E086

Black with #40E086

Text Example


Text Example

White with #40E086

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,224,134); }

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

background-color css

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

 a { background-color: rgb(64,224,134); }

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

border-color css

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

 span { border-color: rgb(64,224,134); }

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