Html Css Color HEX #42DE86 Emerald

📋 copy color: '#42DE86'

red 66 ◦ green 222 ◦ blue 134

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

Shades of Emerald #42DE86

Tints of Emerald #42DE86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 31.75%

R = 15.64%
G = 52.61%
B = 31.75%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#42DE86 (or 0x42DE86) is known color: Emerald. HEX triplet: 42, DE and 86. RGB value is (66,222,134). Sum of RGB (Red+Green+Blue) = 66+222+134=422 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.64% from 422); Green value is 222 (87.11% from 255 or 52.61% from 422); Blue value is 134 (52.73% from 255 or 31.75% from 422); Max value from RGB is 222 - color contains mainly: green. Hex color #42DE86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42DE86 is #BD2179. Grayscale: #A5A5A5. Windows color (decimal): -12394874 or 8838722. OLE color: 8838722.

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

Color convert

RGB 66 222 134 -
CMYK 0.70 0 0.40 0.13
HSL 146.15º 0.7% 0.56% -
HSV(B) 146.15º 0.7% 0.87% -
XYZ 32.67 55.12 31.47 -
YUV 165.32 110.32 57.16 -
System Red Green Blue C M Y K H S L
Decimal 66 222 134 0.70 0 0.40 0.13 146.15 0.7 0.56
Hex 42 DE 86 46 0 28 D 92 46 38
Octal 102 336 206 106 0 50 15 222 106 70
Binary 1000010 11011110 10000110 1000110 0 101000 1101 10010010 1000110 111000

Color Harmonies of #42DE86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DE86

Black with #42DE86

Text Example


Text Example

White with #42DE86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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