Html Css Color HEX #42EE76 Emerald

📋 copy color: '#42EE76'

red 66 ◦ green 238 ◦ blue 118

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

Shades of Emerald #42EE76

Tints of Emerald #42EE76

RGB

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

 GREEN value IS 238 (93.36% from 255) = 56.4%

 BLUE value IS 118 (46.48% from 255) = 27.96%

R = 15.64%
G = 56.4%
B = 27.96%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#42EE76 (or 0x42EE76) is known color: Emerald. HEX triplet: 42, EE and 76. RGB value is (66,238,118). Sum of RGB (Red+Green+Blue) = 66+238+118=422 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.64% from 422); Green value is 238 (93.36% from 255 or 56.40% from 422); Blue value is 118 (46.48% from 255 or 27.96% from 422); Max value from RGB is 238 - color contains mainly: green. Hex color #42EE76 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42EE76 is #BD1189. Grayscale: #ADADAD. Windows color (decimal): -12390794 or 7794242. OLE color: 7794242.

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

Color convert

RGB 66 238 118 -
CMYK 0.72 0 0.50 0.07
HSL 138.14º 0.83% 0.6% -
HSV(B) 138.14º 0.72% 0.93% -
XYZ 36.09 63.62 27.52 -
YUV 172.89 97.02 51.76 -
System Red Green Blue C M Y K H S L
Decimal 66 238 118 0.72 0 0.50 0.07 138.14 0.83 0.6
Hex 42 EE 76 48 0 32 7 8A 53 3C
Octal 102 356 166 110 0 62 7 212 123 74
Binary 1000010 11101110 1110110 1001000 0 110010 111 10001010 1010011 111100

Color Harmonies of #42EE76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EE76

Black with #42EE76

Text Example


Text Example

White with #42EE76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,238,118); }

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

background-color css

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

 a { background-color: rgb(66,238,118); }

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

border-color css

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

 span { border-color: rgb(66,238,118); }

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