Html Css Color HEX #42F981 Emerald

📋 copy color: '#42F981'

red 66 ◦ green 249 ◦ blue 129

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

Shades of Emerald #42F981

Tints of Emerald #42F981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 29.05%

R = 14.86%
G = 56.08%
B = 29.05%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#42F981 (or 0x42F981) is known color: Emerald. HEX triplet: 42, F9 and 81. RGB value is (66,249,129). Sum of RGB (Red+Green+Blue) = 66+249+129=444 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.86% from 444); Green value is 249 (97.66% from 255 or 56.08% from 444); Blue value is 129 (50.78% from 255 or 29.05% from 444); Max value from RGB is 249 - color contains mainly: green. Hex color #42F981 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42F981 is #BD067E. Grayscale: #B4B4B4. Windows color (decimal): -12387967 or 8517954. OLE color: 8517954.

HSL color Cylindrical-coordinate representation of color #42F981: hue angle of 140.66º 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 #42F981 is Cyan = 0.73, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB 66 249 129 -
CMYK 0.73 0 0.48 0.02
HSL 140.66º 0.94% 0.62% -
HSV(B) 140.66º 0.73% 0.98% -
XYZ 40.08 70.49 32.26 -
YUV 180.6 98.87 46.26 -
System Red Green Blue C M Y K H S L
Decimal 66 249 129 0.73 0 0.48 0.02 140.66 0.94 0.62
Hex 42 F9 81 49 0 30 2 8D 5E 3E
Octal 102 371 201 111 0 60 2 215 136 76
Binary 1000010 11111001 10000001 1001001 0 110000 10 10001101 1011110 111110

Color Harmonies of #42F981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F981

Black with #42F981

Text Example


Text Example

White with #42F981

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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