Html Css Color HEX #42C381 Emerald

📋 copy color: '#42C381'

red 66 ◦ green 195 ◦ blue 129

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

Shades of Emerald #42C381

Tints of Emerald #42C381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 33.08%

R = 16.92%
G = 50%
B = 33.08%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#42C381 (or 0x42C381) is known color: Emerald. HEX triplet: 42, C3 and 81. RGB value is (66,195,129). Sum of RGB (Red+Green+Blue) = 66+195+129=390 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.92% from 390); Green value is 195 (76.56% from 255 or 50% from 390); Blue value is 129 (50.78% from 255 or 33.08% from 390); Max value from RGB is 195 - color contains mainly: green. Hex color #42C381 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C381 is #BD3C7E. Grayscale: #959595. Windows color (decimal): -12401791 or 8504130. OLE color: 8504130.

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

Color convert

RGB 66 195 129 -
CMYK 0.66 0 0.34 0.24
HSL 149.3º 0.52% 0.51% -
HSV(B) 149.3º 0.66% 0.76% -
XYZ 25.72 41.77 27.48 -
YUV 148.91 116.76 68.87 -
System Red Green Blue C M Y K H S L
Decimal 66 195 129 0.66 0 0.34 0.24 149.3 0.52 0.51
Hex 42 C3 81 42 0 22 18 95 34 33
Octal 102 303 201 102 0 42 30 225 64 63
Binary 1000010 11000011 10000001 1000010 0 100010 11000 10010101 110100 110011

Color Harmonies of #42C381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C381

Black with #42C381

Text Example


Text Example

White with #42C381

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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