Html Css Color HEX #42E16F Emerald

📋 copy color: '#42E16F'

red 66 ◦ green 225 ◦ blue 111

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

Shades of Emerald #42E16F

Tints of Emerald #42E16F

RGB

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

 GREEN value IS 225 (88.28% from 255) = 55.97%

 BLUE value IS 111 (43.75% from 255) = 27.61%

R = 16.42%
G = 55.97%
B = 27.61%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#42E16F (or 0x42E16F) is known color: Emerald. HEX triplet: 42, E1 and 6F. RGB value is (66,225,111). Sum of RGB (Red+Green+Blue) = 66+225+111=402 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.42% from 402); Green value is 225 (88.28% from 255 or 55.97% from 402); Blue value is 111 (43.75% from 255 or 27.61% from 402); Max value from RGB is 225 - color contains mainly: green. Hex color #42E16F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42E16F is #BD1E90. Grayscale: #A4A4A4. Windows color (decimal): -12394129 or 7332162. OLE color: 7332162.

HSL color Cylindrical-coordinate representation of color #42E16F: hue angle of 136.98º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42E16F is Cyan = 0.71, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB 66 225 111 -
CMYK 0.71 0 0.51 0.12
HSL 136.98º 0.73% 0.57% -
HSV(B) 136.98º 0.71% 0.88% -
XYZ 32.04 56.16 24.19 -
YUV 164.46 97.82 57.77 -
System Red Green Blue C M Y K H S L
Decimal 66 225 111 0.71 0 0.51 0.12 136.98 0.73 0.57
Hex 42 E1 6F 47 0 33 C 89 49 39
Octal 102 341 157 107 0 63 14 211 111 71
Binary 1000010 11100001 1101111 1000111 0 110011 1100 10001001 1001001 111001

Color Harmonies of #42E16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E16F

Black with #42E16F

Text Example


Text Example

White with #42E16F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,225,111); }

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

background-color css

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

 a { background-color: rgb(66,225,111); }

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

border-color css

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

 span { border-color: rgb(66,225,111); }

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