Html Css Color HEX #42C580 Emerald

📋 copy color: '#42C580'

red 66 ◦ green 197 ◦ blue 128

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

Shades of Emerald #42C580

Tints of Emerald #42C580

RGB

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

 GREEN value IS 197 (77.34% from 255) = 50.38%

 BLUE value IS 128 (50.39% from 255) = 32.74%

R = 16.88%
G = 50.38%
B = 32.74%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#42C580 (or 0x42C580) is known color: Emerald. HEX triplet: 42, C5 and 80. RGB value is (66,197,128). Sum of RGB (Red+Green+Blue) = 66+197+128=391 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.88% from 391); Green value is 197 (77.34% from 255 or 50.38% from 391); Blue value is 128 (50.39% from 255 or 32.74% from 391); Max value from RGB is 197 - color contains mainly: green. Hex color #42C580 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C580 is #BD3A7F. Grayscale: #969696. Windows color (decimal): -12401280 or 8439106. OLE color: 8439106.

HSL color Cylindrical-coordinate representation of color #42C580: hue angle of 148.4º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C580 is Cyan = 0.66, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB 66 197 128 -
CMYK 0.66 0 0.35 0.23
HSL 148.4º 0.53% 0.52% -
HSV(B) 148.4º 0.66% 0.77% -
XYZ 26.11 42.65 27.28 -
YUV 149.97 115.6 68.11 -
System Red Green Blue C M Y K H S L
Decimal 66 197 128 0.66 0 0.35 0.23 148.4 0.53 0.52
Hex 42 C5 80 42 0 23 17 94 35 34
Octal 102 305 200 102 0 43 27 224 65 64
Binary 1000010 11000101 10000000 1000010 0 100011 10111 10010100 110101 110100

Color Harmonies of #42C580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C580

Black with #42C580

Text Example


Text Example

White with #42C580

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,197,128); }

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

background-color css

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

 a { background-color: rgb(66,197,128); }

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

border-color css

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

 span { border-color: rgb(66,197,128); }

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