#3BD95B

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

Shades of Emerald #3BD95B

Tints of Emerald #3BD95B

Color information

#3BD95B (or 0x3BD95B) is unknown color: approx Emerald. HEX triplet: 3B, D9 and 5B. RGB value is (59,217,91). Sum of RGB (Red+Green+Blue) = 59+217+91=367 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.08% from 367); Green value is 217 (85.16% from 255 or 59.13% from 367); Blue value is 91 (35.94% from 255 or 24.80% from 367); Max value from RGB is 217 - color contains mainly: green. Hex color #3BD95B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BD95B is #C426A4. Grayscale: #9B9B9B. Windows color (decimal): -12854949 or 6019387. OLE color: 6019387.

HSL color Cylindrical-coordinate representation of color #3BD95B: hue angle of 132.15º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BD95B is Cyan = 0.73, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB5921791-
CMYK0.7300.580.15
HSL132.15º67.52%54.12%-
HSV(B)132.15º72.81%85.1%-
XYZ28.551.3118.3-
YUV155.3991.6559.25-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.08%
GREEN value IS 217 (85.16% from 255) = 59.13%
BLUE value IS 91 (35.94% from 255) = 24.80%
R=16.08%
G=59.13%
B=24.80%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal59217910.7300.580.15132.1567.5254.12
Hex3BD95B4903AF844436
Octal733311331110721720410466
Binary111011110110011011011100100101110101111100001001000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BD95B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,217,91); }

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

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

 a { background-color: rgb(59,217,91); }

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

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

 span { border-color: rgb(59,217,91); }

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