Html Css Color HEX #40D270 Emerald

📋 copy color: '#40D270'

red 64 ◦ green 210 ◦ blue 112

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

Shades of Emerald #40D270

Tints of Emerald #40D270

RGB

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

 GREEN value IS 210 (82.42% from 255) = 54.4%

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

R = 16.58%
G = 54.4%
B = 29.02%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#40D270 (or 0x40D270) is known color: Emerald. HEX triplet: 40, D2 and 70. RGB value is (64,210,112). Sum of RGB (Red+Green+Blue) = 64+210+112=386 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.58% from 386); Green value is 210 (82.42% from 255 or 54.40% from 386); Blue value is 112 (44.14% from 255 or 29.02% from 386); Max value from RGB is 210 - color contains mainly: green. Hex color #40D270 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40D270 is #BF2D8F. Grayscale: #9B9B9B. Windows color (decimal): -12529040 or 7393856. OLE color: 7393856.

HSL color Cylindrical-coordinate representation of color #40D270: hue angle of 139.73º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D270 is Cyan = 0.70, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 64 210 112 -
CMYK 0.70 0 0.47 0.18
HSL 139.73º 0.62% 0.54% -
HSV(B) 139.73º 0.7% 0.82% -
XYZ 28.09 48.35 23.18 -
YUV 155.17 103.63 62.97 -
System Red Green Blue C M Y K H S L
Decimal 64 210 112 0.70 0 0.47 0.18 139.73 0.62 0.54
Hex 40 D2 70 46 0 2F 12 8C 3E 36
Octal 100 322 160 106 0 57 22 214 76 66
Binary 1000000 11010010 1110000 1000110 0 101111 10010 10001100 111110 110110

Color Harmonies of #40D270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D270

Black with #40D270

Text Example


Text Example

White with #40D270

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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