#33cb93

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

Shades of Shamrock #33CB93

Tints of Shamrock #33CB93

Color information

#33CB93 (or 0x33CB93) is unknown color: approx Shamrock. HEX triplet: 33, CB and 93. RGB value is (51,203,147). Sum of RGB (Red+Green+Blue) = 51+203+147=401 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.72% from 401); Green value is 203 (79.69% from 255 or 50.62% from 401); Blue value is 147 (57.81% from 255 or 36.66% from 401); Max value from RGB is 203 - color contains mainly: green. Hex color #33CB93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33CB93 is #CC346C. Grayscale: #979797. Windows color (decimal): -13382765 or 9685811. OLE color: 9685811.

HSL color Cylindrical-coordinate representation of color #33CB93: hue angle of 157.89º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33CB93 is Cyan = 0.75, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB51203147-
CMYK0.7500.280.20
HSL157.89º59.84%49.8%-
HSV(B)157.89º74.88%79.61%-
XYZ27.9945.5234.92-
YUV151.17125.6456.55-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.72%
GREEN value IS 203 (79.69% from 255) = 50.62%
BLUE value IS 147 (57.81% from 255) = 36.66%
R=12.72%
G=50.62%
B=36.66%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal512031470.7500.280.20157.8959.8449.8
Hex33CB934B01C149e3c32
Octal63313223113034242367462
Binary110011110010111001001110010110111001010010011110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33cb93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,203,147); }

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

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

 a { background-color: rgb(51,203,147); }

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

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

 span { border-color: rgb(51,203,147); }

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