#3DFE82

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

Shades of Emerald #3DFE82

Tints of Emerald #3DFE82

Color information

#3DFE82 (or 0x3DFE82) is unknown color: approx Emerald. HEX triplet: 3D, FE and 82. RGB value is (61,254,130). Sum of RGB (Red+Green+Blue) = 61+254+130=445 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.71% from 445); Green value is 254 (99.61% from 255 or 57.08% from 445); Blue value is 130 (51.17% from 255 or 29.21% from 445); Max value from RGB is 254 - color contains mainly: green. Hex color #3DFE82 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DFE82 is #C2017D. Grayscale: #B6B6B6. Windows color (decimal): -12714366 or 8584765. OLE color: 8584765.

HSL color Cylindrical-coordinate representation of color #3DFE82: hue angle of 141.45º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DFE82 is Cyan = 0.76, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.00.

Color convert

RGB61254130-
CMYK0.7600.490.00
HSL141.45º98.97%61.76%-
HSV(B)141.45º75.98%99.61%-
XYZ41.473.4933.12-
YUV182.1698.5641.58-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.71%
GREEN value IS 254 (99.61% from 255) = 57.08%
BLUE value IS 130 (51.17% from 255) = 29.21%
R=13.71%
G=57.08%
B=29.21%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal612541300.7600.490.00141.4598.9761.76
Hex3DFE824C03108d633e
Octal75376202114061021514376
Binary1111011111111010000010100110001100010100011011100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DFE82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,254,130); }

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

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

 a { background-color: rgb(61,254,130); }

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

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

 span { border-color: rgb(61,254,130); }

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