#3DF285

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

Shades of Emerald #3DF285

Tints of Emerald #3DF285

Color information

#3DF285 (or 0x3DF285) is unknown color: approx Emerald. HEX triplet: 3D, F2 and 85. RGB value is (61,242,133). Sum of RGB (Red+Green+Blue) = 61+242+133=436 (57% of max value = 765). Red value is 61 (24.22% from 255 or 13.99% from 436); Green value is 242 (94.92% from 255 or 55.50% from 436); Blue value is 133 (52.34% from 255 or 30.50% from 436); Max value from RGB is 242 - color contains mainly: green. Hex color #3DF285 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DF285 is #C20D7A. Grayscale: #AFAFAF. Windows color (decimal): -12717435 or 8778301. OLE color: 8778301.

HSL color Cylindrical-coordinate representation of color #3DF285: hue angle of 143.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 #3DF285 is Cyan = 0.75, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB61242133-
CMYK0.7500.450.05
HSL143.87º87.44%59.41%-
HSV(B)143.87º74.79%94.9%-
XYZ37.9166.1932.97-
YUV175.46104.0346.36-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.99%
GREEN value IS 242 (94.92% from 255) = 55.50%
BLUE value IS 133 (52.34% from 255) = 30.50%
R=13.99%
G=55.50%
B=30.50%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal612421330.7500.450.05143.8787.4459.41
Hex3DF2854B02D590573b
Octal75362205113055522012773
Binary111101111100101000010110010110101101101100100001010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DF285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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