#3BDC99

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

Shades of Shamrock #3BDC99

Tints of Shamrock #3BDC99

Color information

#3BDC99 (or 0x3BDC99) is unknown color: approx Shamrock. HEX triplet: 3B, DC and 99. RGB value is (59,220,153). Sum of RGB (Red+Green+Blue) = 59+220+153=432 (57% of max value = 765). Red value is 59 (23.44% from 255 or 13.66% from 432); Green value is 220 (86.33% from 255 or 50.93% from 432); Blue value is 153 (60.16% from 255 or 35.42% from 432); Max value from RGB is 220 - color contains mainly: green. Hex color #3BDC99 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BDC99 is #C42366. Grayscale: #A4A4A4. Windows color (decimal): -12854119 or 10083387. OLE color: 10083387.

HSL color Cylindrical-coordinate representation of color #3BDC99: hue angle of 155.03º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BDC99 is Cyan = 0.73, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB59220153-
CMYK0.7300.300.14
HSL155.03º69.7%54.71%-
HSV(B)155.03º73.18%86.27%-
XYZ33.1554.4238.89-
YUV164.22121.6652.95-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 13.66%
GREEN value IS 220 (86.33% from 255) = 50.93%
BLUE value IS 153 (60.16% from 255) = 35.42%
R=13.66%
G=50.93%
B=35.42%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal592201530.7300.300.14155.0369.754.71
Hex3BDC994901EE9b4637
Octal733342311110361623310667
Binary111011110111001001100110010010111101110100110111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BDC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,220,153); }

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

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

 a { background-color: rgb(59,220,153); }

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

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

 span { border-color: rgb(59,220,153); }

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