#3AF77D

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

Shades of Emerald #3AF77D

Tints of Emerald #3AF77D

Color information

#3AF77D (or 0x3AF77D) is unknown color: approx Emerald. HEX triplet: 3A, F7 and 7D. RGB value is (58,247,125). Sum of RGB (Red+Green+Blue) = 58+247+125=430 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.49% from 430); Green value is 247 (96.88% from 255 or 57.44% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 247 - color contains mainly: green. Hex color #3AF77D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AF77D is #C50882. Grayscale: #B0B0B0. Windows color (decimal): -12912771 or 8255290. OLE color: 8255290.

HSL color Cylindrical-coordinate representation of color #3AF77D: hue angle of 141.27º 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 #3AF77D is Cyan = 0.77, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.

Color convert

RGB58247125-
CMYK0.7700.490.03
HSL141.27º92.2%59.8%-
HSV(B)141.27º76.52%96.86%-
XYZ38.7168.930.66-
YUV176.5898.8843.42-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.49%
GREEN value IS 247 (96.88% from 255) = 57.44%
BLUE value IS 125 (49.22% from 255) = 29.07%
R=13.49%
G=57.44%
B=29.07%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal582471250.7700.490.03141.2792.259.8
Hex3AF77D4D03138d5c3c
Octal72367175115061321513474
Binary1110101111011111111011001101011000111100011011011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AF77D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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