Html Css Color HEX #42F986 Emerald

📋 copy color: '#42F986'

red 66 ◦ green 249 ◦ blue 134

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

Shades of Emerald #42F986

Tints of Emerald #42F986

RGB

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

 GREEN value IS 249 (97.66% from 255) = 55.46%

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

R = 14.7%
G = 55.46%
B = 29.84%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#42F986 (or 0x42F986) is known color: Emerald. HEX triplet: 42, F9 and 86. RGB value is (66,249,134). Sum of RGB (Red+Green+Blue) = 66+249+134=449 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.70% from 449); Green value is 249 (97.66% from 255 or 55.46% from 449); Blue value is 134 (52.73% from 255 or 29.84% from 449); Max value from RGB is 249 - color contains mainly: green. Hex color #42F986 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42F986 is #BD0679. Grayscale: #B5B5B5. Windows color (decimal): -12387962 or 8845634. OLE color: 8845634.

HSL color Cylindrical-coordinate representation of color #42F986: hue angle of 142.3º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F986 is Cyan = 0.73, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB 66 249 134 -
CMYK 0.73 0 0.46 0.02
HSL 142.3º 0.94% 0.62% -
HSV(B) 142.3º 0.73% 0.98% -
XYZ 40.43 70.63 34.06 -
YUV 181.17 101.37 45.85 -
System Red Green Blue C M Y K H S L
Decimal 66 249 134 0.73 0 0.46 0.02 142.3 0.94 0.62
Hex 42 F9 86 49 0 2E 2 8E 5E 3E
Octal 102 371 206 111 0 56 2 216 136 76
Binary 1000010 11111001 10000110 1001001 0 101110 10 10001110 1011110 111110

Color Harmonies of #42F986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F986

Black with #42F986

Text Example


Text Example

White with #42F986

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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