Html Css Color HEX #42C573 Emerald

📋 copy color: '#42C573'

red 66 ◦ green 197 ◦ blue 115

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

Shades of Emerald #42C573

Tints of Emerald #42C573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 30.42%

R = 17.46%
G = 52.12%
B = 30.42%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#42C573 (or 0x42C573) is known color: Emerald. HEX triplet: 42, C5 and 73. RGB value is (66,197,115). Sum of RGB (Red+Green+Blue) = 66+197+115=378 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.46% from 378); Green value is 197 (77.34% from 255 or 52.12% from 378); Blue value is 115 (45.31% from 255 or 30.42% from 378); Max value from RGB is 197 - color contains mainly: green. Hex color #42C573 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C573 is #BD3A8C. Grayscale: #949494. Windows color (decimal): -12401293 or 7587138. OLE color: 7587138.

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

Color convert

RGB 66 197 115 -
CMYK 0.66 0 0.42 0.23
HSL 142.44º 0.53% 0.52% -
HSV(B) 142.44º 0.66% 0.77% -
XYZ 25.31 42.33 23.06 -
YUV 148.48 109.1 69.17 -
System Red Green Blue C M Y K H S L
Decimal 66 197 115 0.66 0 0.42 0.23 142.44 0.53 0.52
Hex 42 C5 73 42 0 2A 17 8E 35 34
Octal 102 305 163 102 0 52 27 216 65 64
Binary 1000010 11000101 1110011 1000010 0 101010 10111 10001110 110101 110100

Color Harmonies of #42C573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C573

Black with #42C573

Text Example


Text Example

White with #42C573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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