Html Css Color HEX #42DE73 Emerald

📋 copy color: '#42DE73'

red 66 ◦ green 222 ◦ blue 115

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

Shades of Emerald #42DE73

Tints of Emerald #42DE73

RGB

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

 GREEN value IS 222 (87.11% from 255) = 55.09%

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

R = 16.38%
G = 55.09%
B = 28.54%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#42DE73 (or 0x42DE73) is known color: Emerald. HEX triplet: 42, DE and 73. RGB value is (66,222,115). Sum of RGB (Red+Green+Blue) = 66+222+115=403 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.38% from 403); Green value is 222 (87.11% from 255 or 55.09% from 403); Blue value is 115 (45.31% from 255 or 28.54% from 403); Max value from RGB is 222 - color contains mainly: green. Hex color #42DE73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42DE73 is #BD218C. Grayscale: #A3A3A3. Windows color (decimal): -12394893 or 7593538. OLE color: 7593538.

HSL color Cylindrical-coordinate representation of color #42DE73: hue angle of 138.85º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42DE73 is Cyan = 0.70, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 66 222 115 -
CMYK 0.70 0 0.48 0.13
HSL 138.85º 0.7% 0.56% -
HSV(B) 138.85º 0.7% 0.87% -
XYZ 31.46 54.64 25.11 -
YUV 163.16 100.82 58.7 -
System Red Green Blue C M Y K H S L
Decimal 66 222 115 0.70 0 0.48 0.13 138.85 0.7 0.56
Hex 42 DE 73 46 0 30 D 8B 46 38
Octal 102 336 163 106 0 60 15 213 106 70
Binary 1000010 11011110 1110011 1000110 0 110000 1101 10001011 1000110 111000

Color Harmonies of #42DE73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DE73

Black with #42DE73

Text Example


Text Example

White with #42DE73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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