Html Css Color HEX #42C770 Emerald

📋 copy color: '#42C770'

red 66 ◦ green 199 ◦ blue 112

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

Shades of Emerald #42C770

Tints of Emerald #42C770

RGB

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

 GREEN value IS 199 (78.13% from 255) = 52.79%

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

R = 17.51%
G = 52.79%
B = 29.71%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#42C770 (or 0x42C770) is known color: Emerald. HEX triplet: 42, C7 and 70. RGB value is (66,199,112). Sum of RGB (Red+Green+Blue) = 66+199+112=377 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.51% from 377); Green value is 199 (78.12% from 255 or 52.79% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 199 - color contains mainly: green. Hex color #42C770 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C770 is #BD388F. Grayscale: #959595. Windows color (decimal): -12400784 or 7391042. OLE color: 7391042.

HSL color Cylindrical-coordinate representation of color #42C770: hue angle of 140.75º degrees, saturation: 0.54, 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 #42C770 is Cyan = 0.67, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 66 199 112 -
CMYK 0.67 0 0.44 0.22
HSL 140.75º 0.54% 0.52% -
HSV(B) 140.75º 0.67% 0.78% -
XYZ 25.59 43.17 22.31 -
YUV 149.32 106.94 68.57 -
System Red Green Blue C M Y K H S L
Decimal 66 199 112 0.67 0 0.44 0.22 140.75 0.54 0.52
Hex 42 C7 70 43 0 2C 16 8D 36 34
Octal 102 307 160 103 0 54 26 215 66 64
Binary 1000010 11000111 1110000 1000011 0 101100 10110 10001101 110110 110100

Color Harmonies of #42C770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C770

Black with #42C770

Text Example


Text Example

White with #42C770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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