Shades of Shamrock #33CA92
Tints of Shamrock #33CA92
RGB
CMYK
RGB Variations
Color information
#33CA92 (or 0x33CA92) is known color: Shamrock. HEX triplet: 33, CA and 92. RGB value is (51,202,146). Sum of RGB (Red+Green+Blue) = 51+202+146=399 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.78% from 399); Green value is 202 (79.30% from 255 or 50.63% from 399); Blue value is 146 (57.42% from 255 or 36.59% from 399); Max value from RGB is 202 - color contains mainly: green. Hex color #33CA92 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33CA92 is #CC356D. Grayscale: #969696. Windows color (decimal): -13383022 or 9620019. OLE color: 9620019.
HSL color Cylindrical-coordinate representation of color #33CA92: hue angle of 157.75º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33CA92 is Cyan = 0.75, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 51 | 202 | 146 | - |
| CMYK | 0.75 | 0 | 0.28 | 0.21 |
| HSL | 157.75º | 0.6% | 0.5% | - |
| HSV(B) | 157.75º | 0.75% | 0.79% | - |
| XYZ | 27.67 | 45.02 | 34.43 | - |
| YUV | 150.47 | 125.47 | 57.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 202 | 146 | 0.75 | 0 | 0.28 | 0.21 | 157.75 | 0.6 | 0.5 |
| Hex | 33 | CA | 92 | 4B | 0 | 1C | 15 | 9E | 3C | 32 |
| Octal | 63 | 312 | 222 | 113 | 0 | 34 | 25 | 236 | 74 | 62 |
| Binary | 110011 | 11001010 | 10010010 | 1001011 | 0 | 11100 | 10101 | 10011110 | 111100 | 110010 |
Color Harmonies of #33CA92
Complementary color
Monochromatic Colors of #33CA92
Black with #33CA92
Text Example
Text Example
White with #33CA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CA92; }
p { color: rgb(51,202,146); }
H1.HeaderClassName
{
color: #33CA92;
}
.AnyTagClassName
{
color: #33CA92;
}
</style>
background-color css
<style>
a { background-color: #33CA92; }
a { background-color: rgb(51,202,146); }
div.DivClassName
{
background-color: #33CA92;
}
.BgClassName
{
background-color: #33CA92;
}
</style>
border-color css
<style>
span { border-color: #33CA92; }
span { border-color: rgb(51,202,146); }
td.TdClassName
{
border-color: #33CA92;
}
.TagClassName
{
border-color: #33CA92;
}
</style>