Html Css Color HEX #40CB86 Emerald

📋 copy color: '#40CB86'

red 64 ◦ green 203 ◦ blue 134

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

Shades of Emerald #40CB86

Tints of Emerald #40CB86

RGB

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

 GREEN value IS 203 (79.69% from 255) = 50.62%

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

R = 15.96%
G = 50.62%
B = 33.42%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#40CB86 (or 0x40CB86) is known color: Emerald. HEX triplet: 40, CB and 86. RGB value is (64,203,134). Sum of RGB (Red+Green+Blue) = 64+203+134=401 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.96% from 401); Green value is 203 (79.69% from 255 or 50.62% from 401); Blue value is 134 (52.73% from 255 or 33.42% from 401); Max value from RGB is 203 - color contains mainly: green. Hex color #40CB86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40CB86 is #BF3479. Grayscale: #999999. Windows color (decimal): -12530810 or 8833856. OLE color: 8833856.

HSL color Cylindrical-coordinate representation of color #40CB86: hue angle of 150.22º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40CB86 is Cyan = 0.68, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB 64 203 134 -
CMYK 0.68 0 0.34 0.20
HSL 150.22º 0.57% 0.52% -
HSV(B) 150.22º 0.68% 0.8% -
XYZ 27.77 45.52 29.88 -
YUV 153.57 116.95 64.11 -
System Red Green Blue C M Y K H S L
Decimal 64 203 134 0.68 0 0.34 0.20 150.22 0.57 0.52
Hex 40 CB 86 44 0 22 14 96 39 34
Octal 100 313 206 104 0 42 24 226 71 64
Binary 1000000 11001011 10000110 1000100 0 100010 10100 10010110 111001 110100

Color Harmonies of #40CB86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CB86

Black with #40CB86

Text Example


Text Example

White with #40CB86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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