#3DEA80

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

Shades of Emerald #3DEA80

Tints of Emerald #3DEA80

Color information

#3DEA80 (or 0x3DEA80) is unknown color: approx Emerald. HEX triplet: 3D, EA and 80. RGB value is (61,234,128). Sum of RGB (Red+Green+Blue) = 61+234+128=423 (56% of max value = 765). Red value is 61 (24.22% from 255 or 14.42% from 423); Green value is 234 (91.80% from 255 or 55.32% from 423); Blue value is 128 (50.39% from 255 or 30.26% from 423); Max value from RGB is 234 - color contains mainly: green. Hex color #3DEA80 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DEA80 is #C2157F. Grayscale: #AAAAAA. Windows color (decimal): -12719488 or 8448573. OLE color: 8448573.

HSL color Cylindrical-coordinate representation of color #3DEA80: hue angle of 143.24º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DEA80 is Cyan = 0.74, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB61234128-
CMYK0.7400.450.08
HSL143.24º80.47%57.84%-
HSV(B)143.24º73.93%91.76%-
XYZ35.2461.430.42-
YUV170.19104.1950.12-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.42%
GREEN value IS 234 (91.80% from 255) = 55.32%
BLUE value IS 128 (50.39% from 255) = 30.26%
R=14.42%
G=55.32%
B=30.26%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal612341280.7400.450.08143.2480.4757.84
Hex3DEA804A02D88f503a
Octal753522001120551021712072
Binary1111011110101010000000100101001011011000100011111010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DEA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,234,128); }

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

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

 a { background-color: rgb(61,234,128); }

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

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

 span { border-color: rgb(61,234,128); }

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