#3DE885

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

Shades of Emerald #3DE885

Tints of Emerald #3DE885

Color information

#3DE885 (or 0x3DE885) is unknown color: approx Emerald. HEX triplet: 3D, E8 and 85. RGB value is (61,232,133). Sum of RGB (Red+Green+Blue) = 61+232+133=426 (56% of max value = 765). Red value is 61 (24.22% from 255 or 14.32% from 426); Green value is 232 (91.02% from 255 or 54.46% from 426); Blue value is 133 (52.34% from 255 or 31.22% from 426); Max value from RGB is 232 - color contains mainly: green. Hex color #3DE885 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DE885 is #C2177A. Grayscale: #A9A9A9. Windows color (decimal): -12719995 or 8775741. OLE color: 8775741.

HSL color Cylindrical-coordinate representation of color #3DE885: hue angle of 145.26º 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 #3DE885 is Cyan = 0.74, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB61232133-
CMYK0.7400.430.09
HSL145.26º78.8%57.45%-
HSV(B)145.26º73.71%90.98%-
XYZ35.0160.432-
YUV169.58107.3550.55-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.32%
GREEN value IS 232 (91.02% from 255) = 54.46%
BLUE value IS 133 (52.34% from 255) = 31.22%
R=14.32%
G=54.46%
B=31.22%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal612321330.7400.430.09145.2678.857.45
Hex3DE8854A02B9914f39
Octal753502051120531122111771
Binary1111011110100010000101100101001010111001100100011001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DE885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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