#3de280

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

Shades of Emerald #3DE280

Tints of Emerald #3DE280

Color information

#3DE280 (or 0x3DE280) is unknown color: approx Emerald. HEX triplet: 3D, E2 and 80. RGB value is (61,226,128). Sum of RGB (Red+Green+Blue) = 61+226+128=415 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.70% from 415); Green value is 226 (88.67% from 255 or 54.46% from 415); Blue value is 128 (50.39% from 255 or 30.84% from 415); Max value from RGB is 226 - color contains mainly: green. Hex color #3DE280 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DE280 is #C21D7F. Grayscale: #A5A5A5. Windows color (decimal): -12721536 or 8446525. OLE color: 8446525.

HSL color Cylindrical-coordinate representation of color #3DE280: hue angle of 144.36º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DE280 is Cyan = 0.73, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB61226128-
CMYK0.7300.430.11
HSL144.36º73.99%56.27%-
HSV(B)144.36º73.01%88.63%-
XYZ33.0256.9429.67-
YUV165.49106.8453.47-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.70%
GREEN value IS 226 (88.67% from 255) = 54.46%
BLUE value IS 128 (50.39% from 255) = 30.84%
R=14.70%
G=54.46%
B=30.84%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal612261280.7300.430.11144.3673.9956.27
Hex3DE2804902BB904a38
Octal753422001110531322011270
Binary1111011110001010000000100100101010111011100100001001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3de280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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