Html Css Color HEX #42C959 Emerald

📋 copy color: '#42C959'

red 66 ◦ green 201 ◦ blue 89

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

Shades of Emerald #42C959

Tints of Emerald #42C959

RGB

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

 GREEN value IS 201 (78.91% from 255) = 56.46%

 BLUE value IS 89 (35.16% from 255) = 25%

R = 18.54%
G = 56.46%
B = 25%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#42C959 (or 0x42C959) is known color: Emerald. HEX triplet: 42, C9 and 59. RGB value is (66,201,89). Sum of RGB (Red+Green+Blue) = 66+201+89=356 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.54% from 356); Green value is 201 (78.91% from 255 or 56.46% from 356); Blue value is 89 (35.16% from 255 or 25% from 356); Max value from RGB is 201 - color contains mainly: green. Hex color #42C959 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C959 is #BD36A6. Grayscale: #949494. Windows color (decimal): -12400295 or 5884226. OLE color: 5884226.

HSL color Cylindrical-coordinate representation of color #42C959: hue angle of 130.22º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42C959 is Cyan = 0.67, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.21.

Color convert

RGB 66 201 89 -
CMYK 0.67 0 0.56 0.21
HSL 130.22º 0.56% 0.52% -
HSV(B) 130.22º 0.67% 0.79% -
XYZ 24.94 43.65 16.56 -
YUV 147.87 94.77 69.61 -
System Red Green Blue C M Y K H S L
Decimal 66 201 89 0.67 0 0.56 0.21 130.22 0.56 0.52
Hex 42 C9 59 43 0 38 15 82 38 34
Octal 102 311 131 103 0 70 25 202 70 64
Binary 1000010 11001001 1011001 1000011 0 111000 10101 10000010 111000 110100

Color Harmonies of #42C959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C959

Black with #42C959

Text Example


Text Example

White with #42C959

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,201,89); }

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

background-color css

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

 a { background-color: rgb(66,201,89); }

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

border-color css

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

 span { border-color: rgb(66,201,89); }

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