#33BF99

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

Shades of Shamrock #33BF99

Tints of Shamrock #33BF99

Color information

#33BF99 (or 0x33BF99) is unknown color: approx Shamrock. HEX triplet: 33, BF and 99. RGB value is (51,191,153). Sum of RGB (Red+Green+Blue) = 51+191+153=395 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.91% from 395); Green value is 191 (75% from 255 or 48.35% from 395); Blue value is 153 (60.16% from 255 or 38.73% from 395); Max value from RGB is 191 - color contains mainly: green. Hex color #33BF99 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33BF99 is #CC4066. Grayscale: #909090. Windows color (decimal): -13385831 or 10075955. OLE color: 10075955.

HSL color Cylindrical-coordinate representation of color #33BF99: hue angle of 163.71º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33BF99 is Cyan = 0.73, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB51191153-
CMYK0.7300.200.25
HSL163.71º57.85%47.45%-
HSV(B)163.71º73.3%74.9%-
XYZ25.7540.2736.55-
YUV144.81132.6261.09-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.91%
GREEN value IS 191 (75% from 255) = 48.35%
BLUE value IS 153 (60.16% from 255) = 38.73%
R=12.91%
G=48.35%
B=38.73%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal511911530.7300.200.25163.7157.8547.45
Hex33BF994901419a43a2f
Octal63277231111024312447257
Binary110011101111111001100110010010101001100110100100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33BF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33BF99; }

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

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

<style>
 a { background-color: #33BF99; }

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

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

<style>
 span { border-color: #33BF99; }

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

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