#3AED61

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

Shades of Emerald #3AED61

Tints of Emerald #3AED61

Color information

#3AED61 (or 0x3AED61) is unknown color: approx Emerald. HEX triplet: 3A, ED and 61. RGB value is (58,237,97). Sum of RGB (Red+Green+Blue) = 58+237+97=392 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.80% from 392); Green value is 237 (92.97% from 255 or 60.46% from 392); Blue value is 97 (38.28% from 255 or 24.74% from 392); Max value from RGB is 237 - color contains mainly: green. Hex color #3AED61 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AED61 is #C5129E. Grayscale: #A7A7A7. Windows color (decimal): -12915359 or 6417722. OLE color: 6417722.

HSL color Cylindrical-coordinate representation of color #3AED61: hue angle of 133.07º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AED61 is Cyan = 0.76, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB5823797-
CMYK0.7600.590.07
HSL133.07º83.26%57.84%-
HSV(B)133.07º75.53%92.94%-
XYZ34.1962.3321.54-
YUV167.5288.249.88-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.80%
GREEN value IS 237 (92.97% from 255) = 60.46%
BLUE value IS 97 (38.28% from 255) = 24.74%
R=14.80%
G=60.46%
B=24.74%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal58237970.7600.590.07133.0783.2657.84
Hex3AED614C03B785533a
Octal72355141114073720512372
Binary11101011101101110000110011000111011111100001011010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AED61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,237,97); }

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

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

 a { background-color: rgb(58,237,97); }

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

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

 span { border-color: rgb(58,237,97); }

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