#3DD585

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

Shades of Emerald #3DD585

Tints of Emerald #3DD585

Color information

#3DD585 (or 0x3DD585) is unknown color: approx Emerald. HEX triplet: 3D, D5 and 85. RGB value is (61,213,133). Sum of RGB (Red+Green+Blue) = 61+213+133=407 (53% of max value = 765). Red value is 61 (24.22% from 255 or 14.99% from 407); Green value is 213 (83.59% from 255 or 52.33% from 407); Blue value is 133 (52.34% from 255 or 32.68% from 407); Max value from RGB is 213 - color contains mainly: green. Hex color #3DD585 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DD585 is #C22A7A. Grayscale: #9E9E9E. Windows color (decimal): -12724859 or 8770877. OLE color: 8770877.

HSL color Cylindrical-coordinate representation of color #3DD585: hue angle of 148.42º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DD585 is Cyan = 0.71, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB61213133-
CMYK0.7100.380.16
HSL148.42º64.41%53.73%-
HSV(B)148.42º71.36%83.53%-
XYZ29.9550.2730.32-
YUV158.43113.6458.5-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.99%
GREEN value IS 213 (83.59% from 255) = 52.33%
BLUE value IS 133 (52.34% from 255) = 32.68%
R=14.99%
G=52.33%
B=32.68%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal612131330.7100.380.16148.4264.4153.73
Hex3DD5854702610944036
Octal753252051070462022410066
Binary11110111010101100001011000111010011010000100101001000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DD585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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