Html Css Color HEX #42D988 Emerald

📋 copy color: '#42D988'

red 66 ◦ green 217 ◦ blue 136

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

Shades of Emerald #42D988

Tints of Emerald #42D988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 32.46%

R = 15.75%
G = 51.79%
B = 32.46%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#42D988 (or 0x42D988) is known color: Emerald. HEX triplet: 42, D9 and 88. RGB value is (66,217,136). Sum of RGB (Red+Green+Blue) = 66+217+136=419 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.75% from 419); Green value is 217 (85.16% from 255 or 51.79% from 419); Blue value is 136 (53.52% from 255 or 32.46% from 419); Max value from RGB is 217 - color contains mainly: green. Hex color #42D988 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D988 is #BD2677. Grayscale: #A2A2A2. Windows color (decimal): -12396152 or 8968514. OLE color: 8968514.

HSL color Cylindrical-coordinate representation of color #42D988: hue angle of 147.81º 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 #42D988 is Cyan = 0.70, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB 66 217 136 -
CMYK 0.70 0 0.37 0.15
HSL 147.81º 0.67% 0.55% -
HSV(B) 147.81º 0.7% 0.85% -
XYZ 31.5 52.56 31.78 -
YUV 162.62 112.97 59.09 -
System Red Green Blue C M Y K H S L
Decimal 66 217 136 0.70 0 0.37 0.15 147.81 0.67 0.55
Hex 42 D9 88 46 0 25 F 94 43 37
Octal 102 331 210 106 0 45 17 224 103 67
Binary 1000010 11011001 10001000 1000110 0 100101 1111 10010100 1000011 110111

Color Harmonies of #42D988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D988

Black with #42D988

Text Example


Text Example

White with #42D988

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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