#3FBF99

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

Shades of Shamrock #3FBF99

Tints of Shamrock #3FBF99

Color information

#3FBF99 (or 0x3FBF99) is unknown color: approx Shamrock. HEX triplet: 3F, BF and 99. RGB value is (63,191,153). Sum of RGB (Red+Green+Blue) = 63+191+153=407 (53% of max value = 765). Red value is 63 (25% from 255 or 15.48% from 407); Green value is 191 (75% from 255 or 46.93% from 407); Blue value is 153 (60.16% from 255 or 37.59% from 407); Max value from RGB is 191 - color contains mainly: green. Hex color #3FBF99 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FBF99 is #C04066. Grayscale: #949494. Windows color (decimal): -12599399 or 10075967. OLE color: 10075967.

HSL color Cylindrical-coordinate representation of color #3FBF99: hue angle of 162.19º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3FBF99 is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB63191153-
CMYK0.6700.200.25
HSL162.19º50.39%49.8%-
HSV(B)162.19º67.02%74.9%-
XYZ26.4340.6236.58-
YUV148.4130.5967.09-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.48%
GREEN value IS 191 (75% from 255) = 46.93%
BLUE value IS 153 (60.16% from 255) = 37.59%
R=15.48%
G=46.93%
B=37.59%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal631911530.6700.200.25162.1950.3949.8
Hex3FBF994301419a23232
Octal77277231103024312426262
Binary111111101111111001100110000110101001100110100010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FBF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,191,153); }

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

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

 a { background-color: rgb(63,191,153); }

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

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

 span { border-color: rgb(63,191,153); }

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