#3DE66D

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

Shades of Emerald #3DE66D

Tints of Emerald #3DE66D

Color information

#3DE66D (or 0x3DE66D) is unknown color: approx Emerald. HEX triplet: 3D, E6 and 6D. RGB value is (61,230,109). Sum of RGB (Red+Green+Blue) = 61+230+109=400 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.25% from 400); Green value is 230 (90.23% from 255 or 57.5% from 400); Blue value is 109 (42.97% from 255 or 27.25% from 400); Max value from RGB is 230 - color contains mainly: green. Hex color #3DE66D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DE66D is #C21992. Grayscale: #A5A5A5. Windows color (decimal): -12720531 or 7202365. OLE color: 7202365.

HSL color Cylindrical-coordinate representation of color #3DE66D: hue angle of 137.04º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DE66D is Cyan = 0.73, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB61230109-
CMYK0.7300.530.10
HSL137.04º77.17%57.06%-
HSV(B)137.04º73.48%90.2%-
XYZ32.9858.6924.06-
YUV165.6896.0153.34-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.25%
GREEN value IS 230 (90.23% from 255) = 57.5%
BLUE value IS 109 (42.97% from 255) = 27.25%
R=15.25%
G=57.5%
B=27.25%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal612301090.7300.530.10137.0477.1757.06
Hex3DE66D49035A894d39
Octal753461551110651221111571
Binary111101111001101101101100100101101011010100010011001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DE66D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,230,109); }

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

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

 a { background-color: rgb(61,230,109); }

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

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

 span { border-color: rgb(61,230,109); }

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