#3AF57B

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

Shades of Emerald #3AF57B

Tints of Emerald #3AF57B

Color information

#3AF57B (or 0x3AF57B) is unknown color: approx Emerald. HEX triplet: 3A, F5 and 7B. RGB value is (58,245,123). Sum of RGB (Red+Green+Blue) = 58+245+123=426 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.62% from 426); Green value is 245 (96.09% from 255 or 57.51% from 426); Blue value is 123 (48.44% from 255 or 28.87% from 426); Max value from RGB is 245 - color contains mainly: green. Hex color #3AF57B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AF57B is #C50A84. Grayscale: #AFAFAF. Windows color (decimal): -12913285 or 8123706. OLE color: 8123706.

HSL color Cylindrical-coordinate representation of color #3AF57B: hue angle of 140.86º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF57B is Cyan = 0.76, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB58245123-
CMYK0.7600.500.04
HSL140.86º90.34%59.41%-
HSV(B)140.86º76.33%96.08%-
XYZ37.9767.6329.79-
YUV175.1898.5544.42-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.62%
GREEN value IS 245 (96.09% from 255) = 57.51%
BLUE value IS 123 (48.44% from 255) = 28.87%
R=13.62%
G=57.51%
B=28.87%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal582451230.7600.500.04140.8690.3459.41
Hex3AF57B4C03248d5a3b
Octal72365173114062421513273
Binary11101011110101111101110011000110010100100011011011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AF57B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3AF57B; }

 p { color: rgb(58,245,123); }

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

<style>
 a { background-color: #3AF57B; }

 a { background-color: rgb(58,245,123); }

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

<style>
 span { border-color: #3AF57B; }

 span { border-color: rgb(58,245,123); }

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