#42F175

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

Shades of Emerald #42F175

Tints of Emerald #42F175

Color information

#42F175 (or 0x42F175) is unknown color: approx Emerald. HEX triplet: 42, F1 and 75. RGB value is (66,241,117). Sum of RGB (Red+Green+Blue) = 66+241+117=424 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.57% from 424); Green value is 241 (94.53% from 255 or 56.84% from 424); Blue value is 117 (46.09% from 255 or 27.59% from 424); Max value from RGB is 241 - color contains mainly: green. Hex color #42F175 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42F175 is #BD0E8A. Grayscale: #AEAEAE. Windows color (decimal): -12390027 or 7729474. OLE color: 7729474.

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

Color convert

RGB66241117-
CMYK0.7300.510.05
HSL137.49º86.21%60.2%-
HSV(B)137.49º72.61%94.51%-
XYZ36.9165.3527.5-
YUV174.5495.5250.58-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.57%
GREEN value IS 241 (94.53% from 255) = 56.84%
BLUE value IS 117 (46.09% from 255) = 27.59%
R=15.57%
G=56.84%
B=27.59%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal662411170.7300.510.05137.4986.2160.2
Hex42F17549033589563c
Octal102361165111063521112674
Binary100001011110001111010110010010110011101100010011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42F175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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