#3BDF5D

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

Shades of Emerald #3BDF5D

Tints of Emerald #3BDF5D

Color information

#3BDF5D (or 0x3BDF5D) is unknown color: approx Emerald. HEX triplet: 3B, DF and 5D. RGB value is (59,223,93). Sum of RGB (Red+Green+Blue) = 59+223+93=375 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.73% from 375); Green value is 223 (87.5% from 255 or 59.47% from 375); Blue value is 93 (36.72% from 255 or 24.8% from 375); Max value from RGB is 223 - color contains mainly: green. Hex color #3BDF5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BDF5D is #C420A2. Grayscale: #9F9F9F. Windows color (decimal): -12853411 or 6151995. OLE color: 6151995.

HSL color Cylindrical-coordinate representation of color #3BDF5D: hue angle of 132.44º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BDF5D is Cyan = 0.74, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB5922393-
CMYK0.7400.580.13
HSL132.44º71.93%55.29%-
HSV(B)132.44º73.54%87.45%-
XYZ30.1754.519.28-
YUV159.1490.6756.57-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.73%
GREEN value IS 223 (87.5% from 255) = 59.47%
BLUE value IS 93 (36.72% from 255) = 24.8%
R=15.73%
G=59.47%
B=24.8%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal59223930.7400.580.13132.4471.9355.29
Hex3BDF5D4A03AD844837
Octal733371351120721520411067
Binary111011110111111011101100101001110101101100001001001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BDF5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,223,93); }

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

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

 a { background-color: rgb(59,223,93); }

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

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

 span { border-color: rgb(59,223,93); }

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