Html Css Color HEX #40CE70 Emerald

📋 copy color: '#40CE70'

red 64 ◦ green 206 ◦ blue 112

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

Shades of Emerald #40CE70

Tints of Emerald #40CE70

RGB

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

 GREEN value IS 206 (80.86% from 255) = 53.93%

 BLUE value IS 112 (44.14% from 255) = 29.32%

R = 16.75%
G = 53.93%
B = 29.32%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#40CE70 (or 0x40CE70) is known color: Emerald. HEX triplet: 40, CE and 70. RGB value is (64,206,112). Sum of RGB (Red+Green+Blue) = 64+206+112=382 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.75% from 382); Green value is 206 (80.86% from 255 or 53.93% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 206 - color contains mainly: green. Hex color #40CE70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40CE70 is #BF318F. Grayscale: #999999. Windows color (decimal): -12530064 or 7392832. OLE color: 7392832.

HSL color Cylindrical-coordinate representation of color #40CE70: hue angle of 140.28º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40CE70 is Cyan = 0.69, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB 64 206 112 -
CMYK 0.69 0 0.46 0.19
HSL 140.28º 0.59% 0.53% -
HSV(B) 140.28º 0.69% 0.81% -
XYZ 27.11 46.4 22.86 -
YUV 152.83 104.96 64.64 -
System Red Green Blue C M Y K H S L
Decimal 64 206 112 0.69 0 0.46 0.19 140.28 0.59 0.53
Hex 40 CE 70 45 0 2E 13 8C 3B 35
Octal 100 316 160 105 0 56 23 214 73 65
Binary 1000000 11001110 1110000 1000101 0 101110 10011 10001100 111011 110101

Color Harmonies of #40CE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CE70

Black with #40CE70

Text Example


Text Example

White with #40CE70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,206,112); }

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

background-color css

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

 a { background-color: rgb(64,206,112); }

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

border-color css

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

 span { border-color: rgb(64,206,112); }

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