#3DEA76

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

Shades of Emerald #3DEA76

Tints of Emerald #3DEA76

Color information

#3DEA76 (or 0x3DEA76) is unknown color: approx Emerald. HEX triplet: 3D, EA and 76. RGB value is (61,234,118). Sum of RGB (Red+Green+Blue) = 61+234+118=413 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.77% from 413); Green value is 234 (91.80% from 255 or 56.66% from 413); Blue value is 118 (46.48% from 255 or 28.57% from 413); Max value from RGB is 234 - color contains mainly: green. Hex color #3DEA76 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DEA76 is #C21589. Grayscale: #A9A9A9. Windows color (decimal): -12719498 or 7793213. OLE color: 7793213.

HSL color Cylindrical-coordinate representation of color #3DEA76: hue angle of 139.77º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DEA76 is Cyan = 0.74, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB61234118-
CMYK0.7400.500.08
HSL139.77º80.47%57.84%-
HSV(B)139.77º73.93%91.76%-
XYZ34.6261.1527.12-
YUV169.0599.1950.93-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.77%
GREEN value IS 234 (91.80% from 255) = 56.66%
BLUE value IS 118 (46.48% from 255) = 28.57%
R=14.77%
G=56.66%
B=28.57%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal612341180.7400.500.08139.7780.4757.84
Hex3DEA764A03288c503a
Octal753521661120621021412072
Binary111101111010101110110100101001100101000100011001010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DEA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,234,118); }

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

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

 a { background-color: rgb(61,234,118); }

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

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

 span { border-color: rgb(61,234,118); }

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