#42F180

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

Shades of Emerald #42F180

Tints of Emerald #42F180

Color information

#42F180 (or 0x42F180) is unknown color: approx Emerald. HEX triplet: 42, F1 and 80. RGB value is (66,241,128). Sum of RGB (Red+Green+Blue) = 66+241+128=435 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.17% from 435); Green value is 241 (94.53% from 255 or 55.40% from 435); Blue value is 128 (50.39% from 255 or 29.43% from 435); Max value from RGB is 241 - color contains mainly: green. Hex color #42F180 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42F180 is #BD0E7F. Grayscale: #B0B0B0. Windows color (decimal): -12390016 or 8450370. OLE color: 8450370.

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

Color convert

RGB66241128-
CMYK0.7300.470.05
HSL141.26º86.21%60.2%-
HSV(B)141.26º72.61%94.51%-
XYZ37.665.6331.11-
YUV175.79101.0249.69-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.17%
GREEN value IS 241 (94.53% from 255) = 55.40%
BLUE value IS 128 (50.39% from 255) = 29.43%
R=15.17%
G=55.40%
B=29.43%

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
Decimal662411280.7300.470.05141.2686.2160.2
Hex42F1804902F58d563c
Octal102361200111057521512674
Binary1000010111100011000000010010010101111101100011011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42F180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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