#3df282

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

Shades of Emerald #3DF282

Tints of Emerald #3DF282

Color information

#3DF282 (or 0x3DF282) is unknown color: approx Emerald. HEX triplet: 3D, F2 and 82. RGB value is (61,242,130). Sum of RGB (Red+Green+Blue) = 61+242+130=433 (57% of max value = 765). Red value is 61 (24.22% from 255 or 14.09% from 433); Green value is 242 (94.92% from 255 or 55.89% from 433); Blue value is 130 (51.17% from 255 or 30.02% from 433); Max value from RGB is 242 - color contains mainly: green. Hex color #3DF282 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DF282 is #C20D7D. Grayscale: #AFAFAF. Windows color (decimal): -12717438 or 8581693. OLE color: 8581693.

HSL color Cylindrical-coordinate representation of color #3DF282: hue angle of 142.87º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF282 is Cyan = 0.75, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB61242130-
CMYK0.7500.460.05
HSL142.87º87.44%59.41%-
HSV(B)142.87º74.79%94.9%-
XYZ37.7166.1131.89-
YUV175.11102.5346.61-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.09%
GREEN value IS 242 (94.92% from 255) = 55.89%
BLUE value IS 130 (51.17% from 255) = 30.02%
R=14.09%
G=55.89%
B=30.02%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal612421300.7500.460.05142.8787.4459.41
Hex3DF2824B02E58f573b
Octal75362202113056521712773
Binary111101111100101000001010010110101110101100011111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3df282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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