Html Css Color HEX #42D987 Emerald

📋 copy color: '#42D987'

red 66 ◦ green 217 ◦ blue 135

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

Shades of Emerald #42D987

Tints of Emerald #42D987

RGB

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

 GREEN value IS 217 (85.16% from 255) = 51.91%

 BLUE value IS 135 (53.13% from 255) = 32.3%

R = 15.79%
G = 51.91%
B = 32.3%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#42D987 (or 0x42D987) is known color: Emerald. HEX triplet: 42, D9 and 87. RGB value is (66,217,135). Sum of RGB (Red+Green+Blue) = 66+217+135=418 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.79% from 418); Green value is 217 (85.16% from 255 or 51.91% from 418); Blue value is 135 (53.12% from 255 or 32.30% from 418); Max value from RGB is 217 - color contains mainly: green. Hex color #42D987 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D987 is #BD2678. Grayscale: #A2A2A2. Windows color (decimal): -12396153 or 8902978. OLE color: 8902978.

HSL color Cylindrical-coordinate representation of color #42D987: hue angle of 147.42º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42D987 is Cyan = 0.70, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB 66 217 135 -
CMYK 0.70 0 0.38 0.15
HSL 147.42º 0.67% 0.55% -
HSV(B) 147.42º 0.7% 0.85% -
XYZ 31.43 52.53 31.4 -
YUV 162.5 112.47 59.17 -
System Red Green Blue C M Y K H S L
Decimal 66 217 135 0.70 0 0.38 0.15 147.42 0.67 0.55
Hex 42 D9 87 46 0 26 F 93 43 37
Octal 102 331 207 106 0 46 17 223 103 67
Binary 1000010 11011001 10000111 1000110 0 100110 1111 10010011 1000011 110111

Color Harmonies of #42D987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D987

Black with #42D987

Text Example


Text Example

White with #42D987

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,217,135); }

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

background-color css

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

 a { background-color: rgb(66,217,135); }

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

border-color css

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

 span { border-color: rgb(66,217,135); }

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