#3AF780

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

Shades of Emerald #3AF780

Tints of Emerald #3AF780

Color information

#3AF780 (or 0x3AF780) is unknown color: approx Emerald. HEX triplet: 3A, F7 and 80. RGB value is (58,247,128). Sum of RGB (Red+Green+Blue) = 58+247+128=433 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.39% from 433); Green value is 247 (96.88% from 255 or 57.04% from 433); Blue value is 128 (50.39% from 255 or 29.56% from 433); Max value from RGB is 247 - color contains mainly: green. Hex color #3AF780 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AF780 is #C5087F. Grayscale: #B1B1B1. Windows color (decimal): -12912768 or 8451898. OLE color: 8451898.

HSL color Cylindrical-coordinate representation of color #3AF780: hue angle of 142.22º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AF780 is Cyan = 0.77, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB58247128-
CMYK0.7700.480.03
HSL142.22º92.2%59.8%-
HSV(B)142.22º76.52%96.86%-
XYZ38.968.9831.69-
YUV176.92100.3843.18-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.39%
GREEN value IS 247 (96.88% from 255) = 57.04%
BLUE value IS 128 (50.39% from 255) = 29.56%
R=13.39%
G=57.04%
B=29.56%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal582471280.7700.480.03142.2292.259.8
Hex3AF7804D03038e5c3c
Octal72367200115060321613474
Binary11101011110111100000001001101011000011100011101011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AF780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,247,128); }

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

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

 a { background-color: rgb(58,247,128); }

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

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

 span { border-color: rgb(58,247,128); }

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