Html Css Color HEX #42C370 Emerald

📋 copy color: '#42C370'

red 66 ◦ green 195 ◦ blue 112

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

Shades of Emerald #42C370

Tints of Emerald #42C370

RGB

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

 GREEN value IS 195 (76.56% from 255) = 52.28%

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

R = 17.69%
G = 52.28%
B = 30.03%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#42C370 (or 0x42C370) is known color: Emerald. HEX triplet: 42, C3 and 70. RGB value is (66,195,112). Sum of RGB (Red+Green+Blue) = 66+195+112=373 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.69% from 373); Green value is 195 (76.56% from 255 or 52.28% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 195 - color contains mainly: green. Hex color #42C370 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C370 is #BD3C8F. Grayscale: #939393. Windows color (decimal): -12401808 or 7390018. OLE color: 7390018.

HSL color Cylindrical-coordinate representation of color #42C370: hue angle of 141.4º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C370 is Cyan = 0.66, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB 66 195 112 -
CMYK 0.66 0 0.43 0.24
HSL 141.4º 0.52% 0.51% -
HSV(B) 141.4º 0.66% 0.76% -
XYZ 24.69 41.36 22.01 -
YUV 146.97 108.26 70.25 -
System Red Green Blue C M Y K H S L
Decimal 66 195 112 0.66 0 0.43 0.24 141.4 0.52 0.51
Hex 42 C3 70 42 0 2B 18 8D 34 33
Octal 102 303 160 102 0 53 30 215 64 63
Binary 1000010 11000011 1110000 1000010 0 101011 11000 10001101 110100 110011

Color Harmonies of #42C370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C370

Black with #42C370

Text Example


Text Example

White with #42C370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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