#3DE076

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

Shades of Emerald #3DE076

Tints of Emerald #3DE076

Color information

#3DE076 (or 0x3DE076) is unknown color: approx Emerald. HEX triplet: 3D, E0 and 76. RGB value is (61,224,118). Sum of RGB (Red+Green+Blue) = 61+224+118=403 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.14% from 403); Green value is 224 (87.89% from 255 or 55.58% from 403); Blue value is 118 (46.48% from 255 or 29.28% from 403); Max value from RGB is 224 - color contains mainly: green. Hex color #3DE076 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DE076 is #C21F89. Grayscale: #A3A3A3. Windows color (decimal): -12722058 or 7790653. OLE color: 7790653.

HSL color Cylindrical-coordinate representation of color #3DE076: hue angle of 140.98º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DE076 is Cyan = 0.73, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB61224118-
CMYK0.7300.470.12
HSL140.98º72.44%55.88%-
HSV(B)140.98º72.77%87.84%-
XYZ31.8555.6126.19-
YUV163.18102.555.12-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.14%
GREEN value IS 224 (87.89% from 255) = 55.58%
BLUE value IS 118 (46.48% from 255) = 29.28%
R=15.14%
G=55.58%
B=29.28%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal612241180.7300.470.12140.9872.4455.88
Hex3DE0764902FC8d4838
Octal753401661110571421511070
Binary111101111000001110110100100101011111100100011011001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DE076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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