Html Css Color HEX #42C45D Emerald

📋 copy color: '#42C45D'

red 66 ◦ green 196 ◦ blue 93

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

Shades of Emerald #42C45D

Tints of Emerald #42C45D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 55.21%

 BLUE value IS 93 (36.72% from 255) = 26.2%

R = 18.59%
G = 55.21%
B = 26.2%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#42C45D (or 0x42C45D) is known color: Emerald. HEX triplet: 42, C4 and 5D. RGB value is (66,196,93). Sum of RGB (Red+Green+Blue) = 66+196+93=355 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.59% from 355); Green value is 196 (76.95% from 255 or 55.21% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 196 - color contains mainly: green. Hex color #42C45D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C45D is #BD3BA2. Grayscale: #919191. Windows color (decimal): -12401571 or 6145090. OLE color: 6145090.

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

Color convert

RGB 66 196 93 -
CMYK 0.66 0 0.53 0.23
HSL 132.46º 0.52% 0.51% -
HSV(B) 132.46º 0.66% 0.77% -
XYZ 23.96 41.43 17.09 -
YUV 145.39 98.43 71.38 -
System Red Green Blue C M Y K H S L
Decimal 66 196 93 0.66 0 0.53 0.23 132.46 0.52 0.51
Hex 42 C4 5D 42 0 35 17 84 34 33
Octal 102 304 135 102 0 65 27 204 64 63
Binary 1000010 11000100 1011101 1000010 0 110101 10111 10000100 110100 110011

Color Harmonies of #42C45D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C45D

Black with #42C45D

Text Example


Text Example

White with #42C45D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,196,93); }

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

background-color css

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

 a { background-color: rgb(66,196,93); }

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

border-color css

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

 span { border-color: rgb(66,196,93); }

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