Html Css Color HEX #42D070 Emerald

📋 copy color: '#42D070'

red 66 ◦ green 208 ◦ blue 112

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

Shades of Emerald #42D070

Tints of Emerald #42D070

RGB

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

 GREEN value IS 208 (81.64% from 255) = 53.89%

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

R = 17.1%
G = 53.89%
B = 29.02%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#42D070 (or 0x42D070) is known color: Emerald. HEX triplet: 42, D0 and 70. RGB value is (66,208,112). Sum of RGB (Red+Green+Blue) = 66+208+112=386 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.10% from 386); Green value is 208 (81.64% from 255 or 53.89% from 386); Blue value is 112 (44.14% from 255 or 29.02% from 386); Max value from RGB is 208 - color contains mainly: green. Hex color #42D070 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D070 is #BD2F8F. Grayscale: #9A9A9A. Windows color (decimal): -12398480 or 7393346. OLE color: 7393346.

HSL color Cylindrical-coordinate representation of color #42D070: hue angle of 139.44º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42D070 is Cyan = 0.68, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 66 208 112 -
CMYK 0.68 0 0.46 0.18
HSL 139.44º 0.6% 0.54% -
HSV(B) 139.44º 0.68% 0.82% -
XYZ 27.73 47.44 23.02 -
YUV 154.6 103.96 64.81 -
System Red Green Blue C M Y K H S L
Decimal 66 208 112 0.68 0 0.46 0.18 139.44 0.6 0.54
Hex 42 D0 70 44 0 2E 12 8B 3C 36
Octal 102 320 160 104 0 56 22 213 74 66
Binary 1000010 11010000 1110000 1000100 0 101110 10010 10001011 111100 110110

Color Harmonies of #42D070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D070

Black with #42D070

Text Example


Text Example

White with #42D070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,208,112); }

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

background-color css

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

 a { background-color: rgb(66,208,112); }

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

border-color css

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

 span { border-color: rgb(66,208,112); }

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