#3DE880

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

Shades of Emerald #3DE880

Tints of Emerald #3DE880

Color information

#3DE880 (or 0x3DE880) is unknown color: approx Emerald. HEX triplet: 3D, E8 and 80. RGB value is (61,232,128). Sum of RGB (Red+Green+Blue) = 61+232+128=421 (55% of max value = 765). Red value is 61 (24.22% from 255 or 14.49% from 421); Green value is 232 (91.02% from 255 or 55.11% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 232 - color contains mainly: green. Hex color #3DE880 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DE880 is #C2177F. Grayscale: #A9A9A9. Windows color (decimal): -12720000 or 8448061. OLE color: 8448061.

HSL color Cylindrical-coordinate representation of color #3DE880: hue angle of 143.51º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DE880 is Cyan = 0.74, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB61232128-
CMYK0.7400.450.09
HSL143.51º78.8%57.45%-
HSV(B)143.51º73.71%90.98%-
XYZ34.6860.2630.23-
YUV169.02104.8550.96-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.49%
GREEN value IS 232 (91.02% from 255) = 55.11%
BLUE value IS 128 (50.39% from 255) = 30.40%
R=14.49%
G=55.11%
B=30.40%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal612321280.7400.450.09143.5178.857.45
Hex3DE8804A02D9904f39
Octal753502001120551122011771
Binary1111011110100010000000100101001011011001100100001001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DE880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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