#3DF485

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

Shades of Emerald #3DF485

Tints of Emerald #3DF485

Color information

#3DF485 (or 0x3DF485) is unknown color: approx Emerald. HEX triplet: 3D, F4 and 85. RGB value is (61,244,133). Sum of RGB (Red+Green+Blue) = 61+244+133=438 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.93% from 438); Green value is 244 (95.70% from 255 or 55.71% from 438); Blue value is 133 (52.34% from 255 or 30.37% from 438); Max value from RGB is 244 - color contains mainly: green. Hex color #3DF485 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DF485 is #C20B7A. Grayscale: #B0B0B0. Windows color (decimal): -12716923 or 8778813. OLE color: 8778813.

HSL color Cylindrical-coordinate representation of color #3DF485: hue angle of 143.61º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF485 is Cyan = 0.75, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB61244133-
CMYK0.7500.450.04
HSL143.61º89.27%59.8%-
HSV(B)143.61º75%95.69%-
XYZ38.5167.3933.17-
YUV176.63103.3745.53-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.93%
GREEN value IS 244 (95.70% from 255) = 55.71%
BLUE value IS 133 (52.34% from 255) = 30.37%
R=13.93%
G=55.71%
B=30.37%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal612441330.7500.450.04143.6189.2759.8
Hex3DF4854B02D490593c
Octal75364205113055422013174
Binary111101111101001000010110010110101101100100100001011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DF485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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