Html Css Color HEX #40E770 Emerald

📋 copy color: '#40E770'

red 64 ◦ green 231 ◦ blue 112

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

Shades of Emerald #40E770

Tints of Emerald #40E770

RGB

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

 GREEN value IS 231 (90.63% from 255) = 56.76%

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

R = 15.72%
G = 56.76%
B = 27.52%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#40E770 (or 0x40E770) is known color: Emerald. HEX triplet: 40, E7 and 70. RGB value is (64,231,112). Sum of RGB (Red+Green+Blue) = 64+231+112=407 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.72% from 407); Green value is 231 (90.62% from 255 or 56.76% from 407); Blue value is 112 (44.14% from 255 or 27.52% from 407); Max value from RGB is 231 - color contains mainly: green. Hex color #40E770 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #40E770 is #BF188F. Grayscale: #A7A7A7. Windows color (decimal): -12523664 or 7399232. OLE color: 7399232.

HSL color Cylindrical-coordinate representation of color #40E770: hue angle of 137.25º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40E770 is Cyan = 0.72, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 64 231 112 -
CMYK 0.72 0 0.52 0.09
HSL 137.25º 0.78% 0.58% -
HSV(B) 137.25º 0.72% 0.91% -
XYZ 33.61 59.41 25.03 -
YUV 167.5 96.67 54.18 -
System Red Green Blue C M Y K H S L
Decimal 64 231 112 0.72 0 0.52 0.09 137.25 0.78 0.58
Hex 40 E7 70 48 0 34 9 89 4E 3A
Octal 100 347 160 110 0 64 11 211 116 72
Binary 1000000 11100111 1110000 1001000 0 110100 1001 10001001 1001110 111010

Color Harmonies of #40E770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E770

Black with #40E770

Text Example


Text Example

White with #40E770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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