Html Css Color HEX #42F486 Emerald

📋 copy color: '#42F486'

red 66 ◦ green 244 ◦ blue 134

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

Shades of Emerald #42F486

Tints of Emerald #42F486

RGB

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

 GREEN value IS 244 (95.7% from 255) = 54.95%

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

R = 14.86%
G = 54.95%
B = 30.18%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#42F486 (or 0x42F486) is known color: Emerald. HEX triplet: 42, F4 and 86. RGB value is (66,244,134). Sum of RGB (Red+Green+Blue) = 66+244+134=444 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.86% from 444); Green value is 244 (95.70% from 255 or 54.95% from 444); Blue value is 134 (52.73% from 255 or 30.18% from 444); Max value from RGB is 244 - color contains mainly: green. Hex color #42F486 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42F486 is #BD0B79. Grayscale: #B2B2B2. Windows color (decimal): -12389242 or 8844354. OLE color: 8844354.

HSL color Cylindrical-coordinate representation of color #42F486: hue angle of 142.92º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F486 is Cyan = 0.73, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB 66 244 134 -
CMYK 0.73 0 0.45 0.04
HSL 142.92º 0.89% 0.61% -
HSV(B) 142.92º 0.73% 0.96% -
XYZ 38.9 67.58 33.55 -
YUV 178.24 103.03 47.94 -
System Red Green Blue C M Y K H S L
Decimal 66 244 134 0.73 0 0.45 0.04 142.92 0.89 0.61
Hex 42 F4 86 49 0 2D 4 8F 59 3D
Octal 102 364 206 111 0 55 4 217 131 75
Binary 1000010 11110100 10000110 1001001 0 101101 100 10001111 1011001 111101

Color Harmonies of #42F486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F486

Black with #42F486

Text Example


Text Example

White with #42F486

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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