Html Css Color HEX #42D588 Emerald

📋 copy color: '#42D588'

red 66 ◦ green 213 ◦ blue 136

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

Shades of Emerald #42D588

Tints of Emerald #42D588

RGB

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

 GREEN value IS 213 (83.59% from 255) = 51.33%

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

R = 15.9%
G = 51.33%
B = 32.77%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#42D588 (or 0x42D588) is known color: Emerald. HEX triplet: 42, D5 and 88. RGB value is (66,213,136). Sum of RGB (Red+Green+Blue) = 66+213+136=415 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.90% from 415); Green value is 213 (83.59% from 255 or 51.33% from 415); Blue value is 136 (53.52% from 255 or 32.77% from 415); Max value from RGB is 213 - color contains mainly: green. Hex color #42D588 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D588 is #BD2A77. Grayscale: #A0A0A0. Windows color (decimal): -12397176 or 8967490. OLE color: 8967490.

HSL color Cylindrical-coordinate representation of color #42D588: hue angle of 148.57º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D588 is Cyan = 0.69, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 66 213 136 -
CMYK 0.69 0 0.36 0.16
HSL 148.57º 0.64% 0.55% -
HSV(B) 148.57º 0.69% 0.84% -
XYZ 30.48 50.52 31.44 -
YUV 160.27 114.3 60.76 -
System Red Green Blue C M Y K H S L
Decimal 66 213 136 0.69 0 0.36 0.16 148.57 0.64 0.55
Hex 42 D5 88 45 0 24 10 95 40 37
Octal 102 325 210 105 0 44 20 225 100 67
Binary 1000010 11010101 10001000 1000101 0 100100 10000 10010101 1000000 110111

Color Harmonies of #42D588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D588

Black with #42D588

Text Example


Text Example

White with #42D588

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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