Html Css Color HEX #40C872 Emerald

📋 copy color: '#40C872'

red 64 ◦ green 200 ◦ blue 114

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

Shades of Emerald #40C872

Tints of Emerald #40C872

RGB

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

 GREEN value IS 200 (78.52% from 255) = 52.91%

 BLUE value IS 114 (44.92% from 255) = 30.16%

R = 16.93%
G = 52.91%
B = 30.16%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#40C872 (or 0x40C872) is known color: Emerald. HEX triplet: 40, C8 and 72. RGB value is (64,200,114). Sum of RGB (Red+Green+Blue) = 64+200+114=378 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.93% from 378); Green value is 200 (78.52% from 255 or 52.91% from 378); Blue value is 114 (44.92% from 255 or 30.16% from 378); Max value from RGB is 200 - color contains mainly: green. Hex color #40C872 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C872 is #BF378D. Grayscale: #959595. Windows color (decimal): -12531598 or 7522368. OLE color: 7522368.

HSL color Cylindrical-coordinate representation of color #40C872: hue angle of 142.06º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40C872 is Cyan = 0.68, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB 64 200 114 -
CMYK 0.68 0 0.43 0.22
HSL 142.06º 0.55% 0.52% -
HSV(B) 142.06º 0.68% 0.78% -
XYZ 25.81 43.61 22.98 -
YUV 149.53 107.94 66.99 -
System Red Green Blue C M Y K H S L
Decimal 64 200 114 0.68 0 0.43 0.22 142.06 0.55 0.52
Hex 40 C8 72 44 0 2B 16 8E 37 34
Octal 100 310 162 104 0 53 26 216 67 64
Binary 1000000 11001000 1110010 1000100 0 101011 10110 10001110 110111 110100

Color Harmonies of #40C872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C872

Black with #40C872

Text Example


Text Example

White with #40C872

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,200,114); }

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

background-color css

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

 a { background-color: rgb(64,200,114); }

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

border-color css

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

 span { border-color: rgb(64,200,114); }

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