#3DFA85

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

Shades of Emerald #3DFA85

Tints of Emerald #3DFA85

Color information

#3DFA85 (or 0x3DFA85) is unknown color: approx Emerald. HEX triplet: 3D, FA and 85. RGB value is (61,250,133). Sum of RGB (Red+Green+Blue) = 61+250+133=444 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.74% from 444); Green value is 250 (98.05% from 255 or 56.31% from 444); Blue value is 133 (52.34% from 255 or 29.95% from 444); Max value from RGB is 250 - color contains mainly: green. Hex color #3DFA85 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DFA85 is #C2057A. Grayscale: #B4B4B4. Windows color (decimal): -12715387 or 8780349. OLE color: 8780349.

HSL color Cylindrical-coordinate representation of color #3DFA85: hue angle of 142.86º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DFA85 is Cyan = 0.76, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB61250133-
CMYK0.7600.470.02
HSL142.86º94.97%60.98%-
HSV(B)142.86º75.6%98.04%-
XYZ40.3471.0633.78-
YUV180.15101.3843.01-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.74%
GREEN value IS 250 (98.05% from 255) = 56.31%
BLUE value IS 133 (52.34% from 255) = 29.95%
R=13.74%
G=56.31%
B=29.95%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal612501330.7600.470.02142.8694.9760.98
Hex3DFA854C02F28f5f3d
Octal75372205114057221713775
Binary11110111111010100001011001100010111110100011111011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DFA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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