#42F380

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

Shades of Emerald #42F380

Tints of Emerald #42F380

Color information

#42F380 (or 0x42F380) is unknown color: approx Emerald. HEX triplet: 42, F3 and 80. RGB value is (66,243,128). Sum of RGB (Red+Green+Blue) = 66+243+128=437 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.10% from 437); Green value is 243 (95.31% from 255 or 55.61% from 437); Blue value is 128 (50.39% from 255 or 29.29% from 437); Max value from RGB is 243 - color contains mainly: green. Hex color #42F380 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42F380 is #BD0C7F. Grayscale: #B1B1B1. Windows color (decimal): -12389504 or 8450882. OLE color: 8450882.

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

Color convert

RGB66243128-
CMYK0.7300.470.05
HSL141.02º88.06%60.59%-
HSV(B)141.02º72.84%95.29%-
XYZ38.1966.8231.31-
YUV176.97100.3648.85-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.10%
GREEN value IS 243 (95.31% from 255) = 55.61%
BLUE value IS 128 (50.39% from 255) = 29.29%
R=15.10%
G=55.61%
B=29.29%

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
Decimal662431280.7300.470.05141.0288.0660.59
Hex42F3804902F58d583d
Octal102363200111057521513075
Binary1000010111100111000000010010010101111101100011011011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42F380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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