Html Css Color HEX #42DB78 Emerald

📋 copy color: '#42DB78'

red 66 ◦ green 219 ◦ blue 120

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

Shades of Emerald #42DB78

Tints of Emerald #42DB78

RGB

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

 GREEN value IS 219 (85.94% from 255) = 54.07%

 BLUE value IS 120 (47.27% from 255) = 29.63%

R = 16.3%
G = 54.07%
B = 29.63%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#42DB78 (or 0x42DB78) is known color: Emerald. HEX triplet: 42, DB and 78. RGB value is (66,219,120). Sum of RGB (Red+Green+Blue) = 66+219+120=405 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.30% from 405); Green value is 219 (85.94% from 255 or 54.07% from 405); Blue value is 120 (47.27% from 255 or 29.63% from 405); Max value from RGB is 219 - color contains mainly: green. Hex color #42DB78 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42DB78 is #BD2487. Grayscale: #A2A2A2. Windows color (decimal): -12395656 or 7920450. OLE color: 7920450.

HSL color Cylindrical-coordinate representation of color #42DB78: hue angle of 141.18º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42DB78 is Cyan = 0.70, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB 66 219 120 -
CMYK 0.70 0 0.45 0.14
HSL 141.18º 0.68% 0.56% -
HSV(B) 141.18º 0.7% 0.86% -
XYZ 30.97 53.18 26.4 -
YUV 161.97 104.31 59.55 -
System Red Green Blue C M Y K H S L
Decimal 66 219 120 0.70 0 0.45 0.14 141.18 0.68 0.56
Hex 42 DB 78 46 0 2D E 8D 44 38
Octal 102 333 170 106 0 55 16 215 104 70
Binary 1000010 11011011 1111000 1000110 0 101101 1110 10001101 1000100 111000

Color Harmonies of #42DB78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DB78

Black with #42DB78

Text Example


Text Example

White with #42DB78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,219,120); }

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

background-color css

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

 a { background-color: rgb(66,219,120); }

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

border-color css

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

 span { border-color: rgb(66,219,120); }

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