Html Css Color HEX #42DD87 Emerald

📋 copy color: '#42DD87'

red 66 ◦ green 221 ◦ blue 135

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

Shades of Emerald #42DD87

Tints of Emerald #42DD87

RGB

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

 GREEN value IS 221 (86.72% from 255) = 52.37%

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

R = 15.64%
G = 52.37%
B = 31.99%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#42DD87 (or 0x42DD87) is known color: Emerald. HEX triplet: 42, DD and 87. RGB value is (66,221,135). Sum of RGB (Red+Green+Blue) = 66+221+135=422 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.64% from 422); Green value is 221 (86.72% from 255 or 52.37% from 422); Blue value is 135 (53.12% from 255 or 31.99% from 422); Max value from RGB is 221 - color contains mainly: green. Hex color #42DD87 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42DD87 is #BD2278. Grayscale: #A5A5A5. Windows color (decimal): -12395129 or 8904002. OLE color: 8904002.

HSL color Cylindrical-coordinate representation of color #42DD87: hue angle of 146.71º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42DD87 is Cyan = 0.70, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB 66 221 135 -
CMYK 0.70 0 0.39 0.13
HSL 146.71º 0.7% 0.56% -
HSV(B) 146.71º 0.7% 0.87% -
XYZ 32.48 54.62 31.75 -
YUV 164.85 111.15 57.49 -
System Red Green Blue C M Y K H S L
Decimal 66 221 135 0.70 0 0.39 0.13 146.71 0.7 0.56
Hex 42 DD 87 46 0 27 D 93 46 38
Octal 102 335 207 106 0 47 15 223 106 70
Binary 1000010 11011101 10000111 1000110 0 100111 1101 10010011 1000110 111000

Color Harmonies of #42DD87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DD87

Black with #42DD87

Text Example


Text Example

White with #42DD87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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