#3DD27D

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

Shades of Emerald #3DD27D

Tints of Emerald #3DD27D

Color information

#3DD27D (or 0x3DD27D) is unknown color: approx Emerald. HEX triplet: 3D, D2 and 7D. RGB value is (61,210,125). Sum of RGB (Red+Green+Blue) = 61+210+125=396 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.40% from 396); Green value is 210 (82.42% from 255 or 53.03% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 210 - color contains mainly: green. Hex color #3DD27D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DD27D is #C22D82. Grayscale: #9B9B9B. Windows color (decimal): -12725635 or 8245821. OLE color: 8245821.

HSL color Cylindrical-coordinate representation of color #3DD27D: hue angle of 145.77º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DD27D is Cyan = 0.71, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB61210125-
CMYK0.7100.400.18
HSL145.77º62.34%53.14%-
HSV(B)145.77º70.95%82.35%-
XYZ28.6748.5727.26-
YUV155.76110.6460.41-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.40%
GREEN value IS 210 (82.42% from 255) = 53.03%
BLUE value IS 125 (49.22% from 255) = 31.57%
R=15.40%
G=53.03%
B=31.57%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal612101250.7100.400.18145.7762.3453.14
Hex3DD27D4702812923e35
Octal75322175107050222227665
Binary111101110100101111101100011101010001001010010010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DD27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,210,125); }

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

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

 a { background-color: rgb(61,210,125); }

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

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

 span { border-color: rgb(61,210,125); }

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