Html Css Color HEX #42DB73 Emerald

📋 copy color: '#42DB73'

red 66 ◦ green 219 ◦ blue 115

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

Shades of Emerald #42DB73

Tints of Emerald #42DB73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 28.75%

R = 16.5%
G = 54.75%
B = 28.75%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#42DB73 (or 0x42DB73) is known color: Emerald. HEX triplet: 42, DB and 73. RGB value is (66,219,115). Sum of RGB (Red+Green+Blue) = 66+219+115=400 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.5% from 400); Green value is 219 (85.94% from 255 or 54.75% from 400); Blue value is 115 (45.31% from 255 or 28.75% from 400); Max value from RGB is 219 - color contains mainly: green. Hex color #42DB73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42DB73 is #BD248C. Grayscale: #A1A1A1. Windows color (decimal): -12395661 or 7592770. OLE color: 7592770.

HSL color Cylindrical-coordinate representation of color #42DB73: hue angle of 139.22º 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 #42DB73 is Cyan = 0.70, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 66 219 115 -
CMYK 0.70 0 0.47 0.14
HSL 139.22º 0.68% 0.56% -
HSV(B) 139.22º 0.7% 0.86% -
XYZ 30.67 53.06 24.84 -
YUV 161.4 101.81 59.96 -
System Red Green Blue C M Y K H S L
Decimal 66 219 115 0.70 0 0.47 0.14 139.22 0.68 0.56
Hex 42 DB 73 46 0 2F E 8B 44 38
Octal 102 333 163 106 0 57 16 213 104 70
Binary 1000010 11011011 1110011 1000110 0 101111 1110 10001011 1000100 111000

Color Harmonies of #42DB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DB73

Black with #42DB73

Text Example


Text Example

White with #42DB73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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