#3DE66A

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

Shades of Emerald #3DE66A

Tints of Emerald #3DE66A

Color information

#3DE66A (or 0x3DE66A) is unknown color: approx Emerald. HEX triplet: 3D, E6 and 6A. RGB value is (61,230,106). Sum of RGB (Red+Green+Blue) = 61+230+106=397 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.37% from 397); Green value is 230 (90.23% from 255 or 57.93% from 397); Blue value is 106 (41.80% from 255 or 26.70% from 397); Max value from RGB is 230 - color contains mainly: green. Hex color #3DE66A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DE66A is #C21995. Grayscale: #A5A5A5. Windows color (decimal): -12720534 or 7005757. OLE color: 7005757.

HSL color Cylindrical-coordinate representation of color #3DE66A: hue angle of 135.98º 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 #3DE66A is Cyan = 0.73, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.10.

Color convert

RGB61230106-
CMYK0.7300.540.10
HSL135.98º77.17%57.06%-
HSV(B)135.98º73.48%90.2%-
XYZ32.8258.6323.22-
YUV165.3394.5153.58-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.37%
GREEN value IS 230 (90.23% from 255) = 57.93%
BLUE value IS 106 (41.80% from 255) = 26.70%
R=15.37%
G=57.93%
B=26.70%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal612301060.7300.540.10135.9877.1757.06
Hex3DE66A49036A884d39
Octal753461521110661221011571
Binary111101111001101101010100100101101101010100010001001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DE66A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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