#3DE060

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

Shades of Emerald #3DE060

Tints of Emerald #3DE060

Color information

#3DE060 (or 0x3DE060) is unknown color: approx Emerald. HEX triplet: 3D, E0 and 60. RGB value is (61,224,96). Sum of RGB (Red+Green+Blue) = 61+224+96=381 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.01% from 381); Green value is 224 (87.89% from 255 or 58.79% from 381); Blue value is 96 (37.89% from 255 or 25.20% from 381); Max value from RGB is 224 - color contains mainly: green. Hex color #3DE060 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DE060 is #C21F9F. Grayscale: #A1A1A1. Windows color (decimal): -12722080 or 6348861. OLE color: 6348861.

HSL color Cylindrical-coordinate representation of color #3DE060: hue angle of 132.88º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DE060 is Cyan = 0.73, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB6122496-
CMYK0.7300.570.12
HSL132.88º72.44%55.88%-
HSV(B)132.88º72.77%87.84%-
XYZ30.6955.1520.09-
YUV160.6791.556.91-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.01%
GREEN value IS 224 (87.89% from 255) = 58.79%
BLUE value IS 96 (37.89% from 255) = 25.20%
R=16.01%
G=58.79%
B=25.20%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal61224960.7300.570.12132.8872.4455.88
Hex3DE06049039C854838
Octal753401401110711420511070
Binary111101111000001100000100100101110011100100001011001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DE060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,224,96); }

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

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

 a { background-color: rgb(61,224,96); }

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

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

 span { border-color: rgb(61,224,96); }

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