Html Css Color HEX #42C873 Emerald

📋 copy color: '#42C873'

red 66 ◦ green 200 ◦ blue 115

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

Shades of Emerald #42C873

Tints of Emerald #42C873

RGB

 RED value IS 66 (26.17% from 255) = 17.32%

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

 BLUE value IS 115 (45.31% from 255) = 30.18%

R = 17.32%
G = 52.49%
B = 30.18%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#42C873 (or 0x42C873) is known color: Emerald. HEX triplet: 42, C8 and 73. RGB value is (66,200,115). Sum of RGB (Red+Green+Blue) = 66+200+115=381 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.32% from 381); Green value is 200 (78.52% from 255 or 52.49% from 381); Blue value is 115 (45.31% from 255 or 30.18% from 381); Max value from RGB is 200 - color contains mainly: green. Hex color #42C873 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C873 is #BD378C. Grayscale: #969696. Windows color (decimal): -12400525 or 7587906. OLE color: 7587906.

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

Color convert

RGB 66 200 115 -
CMYK 0.67 0 0.42 0.22
HSL 141.94º 0.55% 0.52% -
HSV(B) 141.94º 0.67% 0.78% -
XYZ 26 43.7 23.29 -
YUV 150.24 108.11 67.91 -
System Red Green Blue C M Y K H S L
Decimal 66 200 115 0.67 0 0.42 0.22 141.94 0.55 0.52
Hex 42 C8 73 43 0 2A 16 8E 37 34
Octal 102 310 163 103 0 52 26 216 67 64
Binary 1000010 11001000 1110011 1000011 0 101010 10110 10001110 110111 110100

Color Harmonies of #42C873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C873

Black with #42C873

Text Example


Text Example

White with #42C873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42C873; }

 p { color: rgb(66,200,115); }

 H1.HeaderClassName
 {
   color: #42C873;
 }
 .AnyTagClassName
 {
   color: #42C873;
 }
</style>

background-color css

<style>
 a { background-color: #42C873; }

 a { background-color: rgb(66,200,115); }

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

border-color css

<style>
 span { border-color: #42C873; }

 span { border-color: rgb(66,200,115); }

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