#3DF484

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

Shades of Emerald #3DF484

Tints of Emerald #3DF484

Color information

#3DF484 (or 0x3DF484) is unknown color: approx Emerald. HEX triplet: 3D, F4 and 84. RGB value is (61,244,132). Sum of RGB (Red+Green+Blue) = 61+244+132=437 (57% of max value = 765). Red value is 61 (24.22% from 255 or 13.96% from 437); Green value is 244 (95.70% from 255 or 55.84% from 437); Blue value is 132 (51.95% from 255 or 30.21% from 437); Max value from RGB is 244 - color contains mainly: green. Hex color #3DF484 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DF484 is #C20B7B. Grayscale: #B0B0B0. Windows color (decimal): -12716924 or 8713277. OLE color: 8713277.

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

Color convert

RGB61244132-
CMYK0.7500.460.04
HSL143.28º89.27%59.8%-
HSV(B)143.28º75%95.69%-
XYZ38.4467.3632.81-
YUV176.52102.8745.61-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.96%
GREEN value IS 244 (95.70% from 255) = 55.84%
BLUE value IS 132 (51.95% from 255) = 30.21%
R=13.96%
G=55.84%
B=30.21%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal612441320.7500.460.04143.2889.2759.8
Hex3DF4844B02E48f593c
Octal75364204113056421713174
Binary111101111101001000010010010110101110100100011111011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DF484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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