#3DD268

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

Shades of Emerald #3DD268

Tints of Emerald #3DD268

Color information

#3DD268 (or 0x3DD268) is unknown color: approx Emerald. HEX triplet: 3D, D2 and 68. RGB value is (61,210,104). Sum of RGB (Red+Green+Blue) = 61+210+104=375 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.27% from 375); Green value is 210 (82.42% from 255 or 56% from 375); Blue value is 104 (41.02% from 255 or 27.73% from 375); Max value from RGB is 210 - color contains mainly: green. Hex color #3DD268 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DD268 is #C22D97. Grayscale: #999999. Windows color (decimal): -12725656 or 6869565. OLE color: 6869565.

HSL color Cylindrical-coordinate representation of color #3DD268: hue angle of 137.32º 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 #3DD268 is Cyan = 0.71, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB61210104-
CMYK0.7100.500.18
HSL137.32º62.34%53.14%-
HSV(B)137.32º70.95%82.35%-
XYZ27.4748.0820.93-
YUV153.36100.1462.12-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.27%
GREEN value IS 210 (82.42% from 255) = 56%
BLUE value IS 104 (41.02% from 255) = 27.73%
R=16.27%
G=56%
B=27.73%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal612101040.7100.500.18137.3262.3453.14
Hex3DD2684703212893e35
Octal75322150107062222117665
Binary111101110100101101000100011101100101001010001001111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DD268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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