Html Css Color HEX #42DA88 Emerald

📋 copy color: '#42DA88'

red 66 ◦ green 218 ◦ blue 136

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

Shades of Emerald #42DA88

Tints of Emerald #42DA88

RGB

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

 GREEN value IS 218 (85.55% from 255) = 51.9%

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

R = 15.71%
G = 51.9%
B = 32.38%

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

#42DA88 (or 0x42DA88) is known color: Emerald. HEX triplet: 42, DA and 88. RGB value is (66,218,136). Sum of RGB (Red+Green+Blue) = 66+218+136=420 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.71% from 420); Green value is 218 (85.55% from 255 or 51.90% from 420); Blue value is 136 (53.52% from 255 or 32.38% from 420); Max value from RGB is 218 - color contains mainly: green. Hex color #42DA88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42DA88 is #BD2577. Grayscale: #A3A3A3. Windows color (decimal): -12395896 or 8968770. OLE color: 8968770.

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

Color convert

RGB 66 218 136 -
CMYK 0.70 0 0.38 0.15
HSL 147.63º 0.67% 0.56% -
HSV(B) 147.63º 0.7% 0.85% -
XYZ 31.76 53.08 31.86 -
YUV 163.2 112.64 58.67 -
System Red Green Blue C M Y K H S L
Decimal 66 218 136 0.70 0 0.38 0.15 147.63 0.67 0.56
Hex 42 DA 88 46 0 26 F 94 43 38
Octal 102 332 210 106 0 46 17 224 103 70
Binary 1000010 11011010 10001000 1000110 0 100110 1111 10010100 1000011 111000

Color Harmonies of #42DA88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DA88

Black with #42DA88

Text Example


Text Example

White with #42DA88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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