#42F17F

Color #42F17F Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #42F17F

Tints of Emerald #42F17F

Color information

#42F17F (or 0x42F17F) is unknown color: approx Emerald. HEX triplet: 42, F1 and 7F. RGB value is (66,241,127). Sum of RGB (Red+Green+Blue) = 66+241+127=434 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.21% from 434); Green value is 241 (94.53% from 255 or 55.53% from 434); Blue value is 127 (50% from 255 or 29.26% from 434); Max value from RGB is 241 - color contains mainly: green. Hex color #42F17F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42F17F is #BD0E80. Grayscale: #AFAFAF. Windows color (decimal): -12390017 or 8384834. OLE color: 8384834.

HSL color Cylindrical-coordinate representation of color #42F17F: hue angle of 140.91º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F17F is Cyan = 0.73, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB66241127-
CMYK0.7300.470.05
HSL140.91º86.21%60.2%-
HSV(B)140.91º72.61%94.51%-
XYZ37.5365.630.76-
YUV175.68100.5249.77-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.21%
GREEN value IS 241 (94.53% from 255) = 55.53%
BLUE value IS 127 (50% from 255) = 29.26%
R=15.21%
G=55.53%
B=29.26%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal662411270.7300.470.05140.9186.2160.2
Hex42F17F4902F58d563c
Octal102361177111057521512674
Binary100001011110001111111110010010101111101100011011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42F17F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,241,127); }

 H1.HeaderClassName
 {
   color: #42F17F;
 }
 .AnyTagClassName
 {
   color: #42F17F;
 }
</style>
background-color css

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

 a { background-color: rgb(66,241,127); }

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

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

 span { border-color: rgb(66,241,127); }

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