Html Css Color HEX #42E779 Emerald

📋 copy color: '#42E779'

red 66 ◦ green 231 ◦ blue 121

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

Shades of Emerald #42E779

Tints of Emerald #42E779

RGB

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

 GREEN value IS 231 (90.63% from 255) = 55.26%

 BLUE value IS 121 (47.66% from 255) = 28.95%

R = 15.79%
G = 55.26%
B = 28.95%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#42E779 (or 0x42E779) is known color: Emerald. HEX triplet: 42, E7 and 79. RGB value is (66,231,121). Sum of RGB (Red+Green+Blue) = 66+231+121=418 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.79% from 418); Green value is 231 (90.62% from 255 or 55.26% from 418); Blue value is 121 (47.66% from 255 or 28.95% from 418); Max value from RGB is 231 - color contains mainly: green. Hex color #42E779 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42E779 is #BD1886. Grayscale: #A9A9A9. Windows color (decimal): -12392583 or 7989058. OLE color: 7989058.

HSL color Cylindrical-coordinate representation of color #42E779: hue angle of 140º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42E779 is Cyan = 0.71, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB 66 231 121 -
CMYK 0.71 0 0.48 0.09
HSL 140º 0.77% 0.58% -
HSV(B) 140º 0.71% 0.91% -
XYZ 34.27 59.69 27.8 -
YUV 169.13 100.84 54.44 -
System Red Green Blue C M Y K H S L
Decimal 66 231 121 0.71 0 0.48 0.09 140 0.77 0.58
Hex 42 E7 79 47 0 30 9 8C 4D 3A
Octal 102 347 171 107 0 60 11 214 115 72
Binary 1000010 11100111 1111001 1000111 0 110000 1001 10001100 1001101 111010

Color Harmonies of #42E779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E779

Black with #42E779

Text Example


Text Example

White with #42E779

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,231,121); }

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

background-color css

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

 a { background-color: rgb(66,231,121); }

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

border-color css

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

 span { border-color: rgb(66,231,121); }

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