#3DF286

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

Shades of Emerald #3DF286

Tints of Emerald #3DF286

Color information

#3DF286 (or 0x3DF286) is unknown color: approx Emerald. HEX triplet: 3D, F2 and 86. RGB value is (61,242,134). Sum of RGB (Red+Green+Blue) = 61+242+134=437 (57% of max value = 765). Red value is 61 (24.22% from 255 or 13.96% from 437); Green value is 242 (94.92% from 255 or 55.38% from 437); Blue value is 134 (52.73% from 255 or 30.66% from 437); Max value from RGB is 242 - color contains mainly: green. Hex color #3DF286 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DF286 is #C20D79. Grayscale: #AFAFAF. Windows color (decimal): -12717434 or 8843837. OLE color: 8843837.

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

Color convert

RGB61242134-
CMYK0.7500.450.05
HSL144.2º87.44%59.41%-
HSV(B)144.2º74.79%94.9%-
XYZ37.9866.2233.33-
YUV175.57104.5346.28-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.96%
GREEN value IS 242 (94.92% from 255) = 55.38%
BLUE value IS 134 (52.73% from 255) = 30.66%
R=13.96%
G=55.38%
B=30.66%

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
Decimal612421340.7500.450.05144.287.4459.41
Hex3DF2864B02D590573b
Octal75362206113055522012773
Binary111101111100101000011010010110101101101100100001010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DF286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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