Html Css Color HEX #42C379 Emerald

📋 copy color: '#42C379'

red 66 ◦ green 195 ◦ blue 121

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

Shades of Emerald #42C379

Tints of Emerald #42C379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 31.68%

R = 17.28%
G = 51.05%
B = 31.68%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#42C379 (or 0x42C379) is known color: Emerald. HEX triplet: 42, C3 and 79. RGB value is (66,195,121). Sum of RGB (Red+Green+Blue) = 66+195+121=382 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.28% from 382); Green value is 195 (76.56% from 255 or 51.05% from 382); Blue value is 121 (47.66% from 255 or 31.68% from 382); Max value from RGB is 195 - color contains mainly: green. Hex color #42C379 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C379 is #BD3C86. Grayscale: #949494. Windows color (decimal): -12401799 or 7979842. OLE color: 7979842.

HSL color Cylindrical-coordinate representation of color #42C379: hue angle of 145.58º 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 #42C379 is Cyan = 0.66, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB 66 195 121 -
CMYK 0.66 0 0.38 0.24
HSL 145.58º 0.52% 0.51% -
HSV(B) 145.58º 0.66% 0.76% -
XYZ 25.21 41.57 24.78 -
YUV 147.99 112.76 69.52 -
System Red Green Blue C M Y K H S L
Decimal 66 195 121 0.66 0 0.38 0.24 145.58 0.52 0.51
Hex 42 C3 79 42 0 26 18 92 34 33
Octal 102 303 171 102 0 46 30 222 64 63
Binary 1000010 11000011 1111001 1000010 0 100110 11000 10010010 110100 110011

Color Harmonies of #42C379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C379

Black with #42C379

Text Example


Text Example

White with #42C379

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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