Html Css Color HEX #40C874 Emerald

📋 copy color: '#40C874'

red 64 ◦ green 200 ◦ blue 116

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

Shades of Emerald #40C874

Tints of Emerald #40C874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.53%

R = 16.84%
G = 52.63%
B = 30.53%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#40C874 (or 0x40C874) is known color: Emerald. HEX triplet: 40, C8 and 74. RGB value is (64,200,116). Sum of RGB (Red+Green+Blue) = 64+200+116=380 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.84% from 380); Green value is 200 (78.52% from 255 or 52.63% from 380); Blue value is 116 (45.70% from 255 or 30.53% from 380); Max value from RGB is 200 - color contains mainly: green. Hex color #40C874 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C874 is #BF378B. Grayscale: #959595. Windows color (decimal): -12531596 or 7653440. OLE color: 7653440.

HSL color Cylindrical-coordinate representation of color #40C874: hue angle of 142.94º 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 #40C874 is Cyan = 0.68, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 64 200 116 -
CMYK 0.68 0 0.42 0.22
HSL 142.94º 0.55% 0.52% -
HSV(B) 142.94º 0.68% 0.78% -
XYZ 25.92 43.66 23.58 -
YUV 149.76 108.94 66.83 -
System Red Green Blue C M Y K H S L
Decimal 64 200 116 0.68 0 0.42 0.22 142.94 0.55 0.52
Hex 40 C8 74 44 0 2A 16 8F 37 34
Octal 100 310 164 104 0 52 26 217 67 64
Binary 1000000 11001000 1110100 1000100 0 101010 10110 10001111 110111 110100

Color Harmonies of #40C874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C874

Black with #40C874

Text Example


Text Example

White with #40C874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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