#3DE078

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

Shades of Emerald #3DE078

Tints of Emerald #3DE078

Color information

#3DE078 (or 0x3DE078) is unknown color: approx Emerald. HEX triplet: 3D, E0 and 78. RGB value is (61,224,120). Sum of RGB (Red+Green+Blue) = 61+224+120=405 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.06% from 405); Green value is 224 (87.89% from 255 or 55.31% from 405); Blue value is 120 (47.27% from 255 or 29.63% from 405); Max value from RGB is 224 - color contains mainly: green. Hex color #3DE078 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DE078 is #C21F87. Grayscale: #A3A3A3. Windows color (decimal): -12722056 or 7921725. OLE color: 7921725.

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

Color convert

RGB61224120-
CMYK0.7300.460.12
HSL141.72º72.44%55.88%-
HSV(B)141.72º72.77%87.84%-
XYZ31.9755.6626.83-
YUV163.41103.554.96-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.06%
GREEN value IS 224 (87.89% from 255) = 55.31%
BLUE value IS 120 (47.27% from 255) = 29.63%
R=15.06%
G=55.31%
B=29.63%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal612241200.7300.460.12141.7272.4455.88
Hex3DE0784902EC8e4838
Octal753401701110561421611070
Binary111101111000001111000100100101011101100100011101001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DE078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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