Html Css Color HEX #42ED86 Emerald

📋 copy color: '#42ED86'

red 66 ◦ green 237 ◦ blue 134

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

Shades of Emerald #42ED86

Tints of Emerald #42ED86

RGB

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

 GREEN value IS 237 (92.97% from 255) = 54.23%

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

R = 15.1%
G = 54.23%
B = 30.66%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#42ED86 (or 0x42ED86) is known color: Emerald. HEX triplet: 42, ED and 86. RGB value is (66,237,134). Sum of RGB (Red+Green+Blue) = 66+237+134=437 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.10% from 437); Green value is 237 (92.97% from 255 or 54.23% from 437); Blue value is 134 (52.73% from 255 or 30.66% from 437); Max value from RGB is 237 - color contains mainly: green. Hex color #42ED86 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42ED86 is #BD1279. Grayscale: #AEAEAE. Windows color (decimal): -12391034 or 8842562. OLE color: 8842562.

HSL color Cylindrical-coordinate representation of color #42ED86: hue angle of 143.86º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42ED86 is Cyan = 0.72, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB 66 237 134 -
CMYK 0.72 0 0.43 0.07
HSL 143.86º 0.83% 0.59% -
HSV(B) 143.86º 0.72% 0.93% -
XYZ 36.83 63.45 32.86 -
YUV 174.13 105.35 50.88 -
System Red Green Blue C M Y K H S L
Decimal 66 237 134 0.72 0 0.43 0.07 143.86 0.83 0.59
Hex 42 ED 86 48 0 2B 7 90 53 3B
Octal 102 355 206 110 0 53 7 220 123 73
Binary 1000010 11101101 10000110 1001000 0 101011 111 10010000 1010011 111011

Color Harmonies of #42ED86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42ED86

Black with #42ED86

Text Example


Text Example

White with #42ED86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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