Html Css Color HEX #42D873 Emerald

📋 copy color: '#42D873'

red 66 ◦ green 216 ◦ blue 115

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

Shades of Emerald #42D873

Tints of Emerald #42D873

RGB

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

 GREEN value IS 216 (84.77% from 255) = 54.41%

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

R = 16.62%
G = 54.41%
B = 28.97%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#42D873 (or 0x42D873) is known color: Emerald. HEX triplet: 42, D8 and 73. RGB value is (66,216,115). Sum of RGB (Red+Green+Blue) = 66+216+115=397 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.62% from 397); Green value is 216 (84.77% from 255 or 54.41% from 397); Blue value is 115 (45.31% from 255 or 28.97% from 397); Max value from RGB is 216 - color contains mainly: green. Hex color #42D873 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D873 is #BD278C. Grayscale: #9F9F9F. Windows color (decimal): -12396429 or 7592002. OLE color: 7592002.

HSL color Cylindrical-coordinate representation of color #42D873: hue angle of 139.6º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D873 is Cyan = 0.69, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 66 216 115 -
CMYK 0.69 0 0.47 0.15
HSL 139.6º 0.66% 0.55% -
HSV(B) 139.6º 0.69% 0.85% -
XYZ 29.9 51.51 24.59 -
YUV 159.64 102.81 61.21 -
System Red Green Blue C M Y K H S L
Decimal 66 216 115 0.69 0 0.47 0.15 139.6 0.66 0.55
Hex 42 D8 73 45 0 2F F 8C 42 37
Octal 102 330 163 105 0 57 17 214 102 67
Binary 1000010 11011000 1110011 1000101 0 101111 1111 10001100 1000010 110111

Color Harmonies of #42D873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D873

Black with #42D873

Text Example


Text Example

White with #42D873

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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