Html Css Color HEX #42D858 Emerald

📋 copy color: '#42D858'

red 66 ◦ green 216 ◦ blue 88

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

Shades of Emerald #42D858

Tints of Emerald #42D858

RGB

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

 GREEN value IS 216 (84.77% from 255) = 58.38%

 BLUE value IS 88 (34.77% from 255) = 23.78%

R = 17.84%
G = 58.38%
B = 23.78%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#42D858 (or 0x42D858) is known color: Emerald. HEX triplet: 42, D8 and 58. RGB value is (66,216,88). Sum of RGB (Red+Green+Blue) = 66+216+88=370 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.84% from 370); Green value is 216 (84.77% from 255 or 58.38% from 370); Blue value is 88 (34.77% from 255 or 23.78% from 370); Max value from RGB is 216 - color contains mainly: green. Hex color #42D858 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D858 is #BD27A7. Grayscale: #9C9C9C. Windows color (decimal): -12396456 or 5822530. OLE color: 5822530.

HSL color Cylindrical-coordinate representation of color #42D858: hue angle of 128.8º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D858 is Cyan = 0.69, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB 66 216 88 -
CMYK 0.69 0 0.59 0.15
HSL 128.8º 0.66% 0.55% -
HSV(B) 128.8º 0.69% 0.85% -
XYZ 28.56 50.97 17.57 -
YUV 156.56 89.31 63.41 -
System Red Green Blue C M Y K H S L
Decimal 66 216 88 0.69 0 0.59 0.15 128.8 0.66 0.55
Hex 42 D8 58 45 0 3B F 81 42 37
Octal 102 330 130 105 0 73 17 201 102 67
Binary 1000010 11011000 1011000 1000101 0 111011 1111 10000001 1000010 110111

Color Harmonies of #42D858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D858

Black with #42D858

Text Example


Text Example

White with #42D858

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,216,88); }

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

background-color css

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

 a { background-color: rgb(66,216,88); }

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

border-color css

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

 span { border-color: rgb(66,216,88); }

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