#3bd35b

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

Shades of Emerald #3BD35B

Tints of Emerald #3BD35B

Color information

#3BD35B (or 0x3BD35B) is unknown color: approx Emerald. HEX triplet: 3B, D3 and 5B. RGB value is (59,211,91). Sum of RGB (Red+Green+Blue) = 59+211+91=361 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.34% from 361); Green value is 211 (82.81% from 255 or 58.45% from 361); Blue value is 91 (35.94% from 255 or 25.21% from 361); Max value from RGB is 211 - color contains mainly: green. Hex color #3BD35B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BD35B is #C42CA4. Grayscale: #989898. Windows color (decimal): -12856485 or 6017851. OLE color: 6017851.

HSL color Cylindrical-coordinate representation of color #3BD35B: hue angle of 132.63º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD35B is Cyan = 0.72, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.17.

Color convert

RGB5921191-
CMYK0.7200.570.17
HSL132.63º63.33%52.94%-
HSV(B)132.63º72.04%82.75%-
XYZ26.9948.2717.79-
YUV151.8793.6461.76-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.34%
GREEN value IS 211 (82.81% from 255) = 58.45%
BLUE value IS 91 (35.94% from 255) = 25.21%
R=16.34%
G=58.45%
B=25.21%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal59211910.7200.570.17132.6363.3352.94
Hex3BD35B4803911853f35
Octal73323133110071212057765
Binary111011110100111011011100100001110011000110000101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3bd35b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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