#3DE66B

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

Shades of Emerald #3DE66B

Tints of Emerald #3DE66B

Color information

#3DE66B (or 0x3DE66B) is unknown color: approx Emerald. HEX triplet: 3D, E6 and 6B. RGB value is (61,230,107). Sum of RGB (Red+Green+Blue) = 61+230+107=398 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.33% from 398); Green value is 230 (90.23% from 255 or 57.79% from 398); Blue value is 107 (42.19% from 255 or 26.88% from 398); Max value from RGB is 230 - color contains mainly: green. Hex color #3DE66B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DE66B is #C21994. Grayscale: #A5A5A5. Windows color (decimal): -12720533 or 7071293. OLE color: 7071293.

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

Color convert

RGB61230107-
CMYK0.7300.530.10
HSL136.33º77.17%57.06%-
HSV(B)136.33º73.48%90.2%-
XYZ32.8858.6523.5-
YUV165.4595.0153.5-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.33%
GREEN value IS 230 (90.23% from 255) = 57.79%
BLUE value IS 107 (42.19% from 255) = 26.88%
R=15.33%
G=57.79%
B=26.88%

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
Decimal612301070.7300.530.10136.3377.1757.06
Hex3DE66B49035A884d39
Octal753461531110651221011571
Binary111101111001101101011100100101101011010100010001001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DE66B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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