Shades of Shamrock #33CF80
Tints of Shamrock #33CF80
RGB
CMYK
RGB Variations
Color information
#33CF80 (or 0x33CF80) is known color: Shamrock. HEX triplet: 33, CF and 80. RGB value is (51,207,128). Sum of RGB (Red+Green+Blue) = 51+207+128=386 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.21% from 386); Green value is 207 (81.25% from 255 or 53.63% from 386); Blue value is 128 (50.39% from 255 or 33.16% from 386); Max value from RGB is 207 - color contains mainly: green. Hex color #33CF80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33CF80 is #CC307F. Grayscale: #979797. Windows color (decimal): -13381760 or 8441651. OLE color: 8441651.
HSL color Cylindrical-coordinate representation of color #33CF80: hue angle of 149.62º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33CF80 is Cyan = 0.75, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 207 | 128 | - |
| CMYK | 0.75 | 0 | 0.38 | 0.19 |
| HSL | 149.62º | 0.62% | 0.51% | - |
| HSV(B) | 149.62º | 0.75% | 0.81% | - |
| XYZ | 27.57 | 46.89 | 28.02 | - |
| YUV | 151.35 | 114.82 | 56.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 207 | 128 | 0.75 | 0 | 0.38 | 0.19 | 149.62 | 0.62 | 0.51 |
| Hex | 33 | CF | 80 | 4B | 0 | 26 | 13 | 96 | 3E | 33 |
| Octal | 63 | 317 | 200 | 113 | 0 | 46 | 23 | 226 | 76 | 63 |
| Binary | 110011 | 11001111 | 10000000 | 1001011 | 0 | 100110 | 10011 | 10010110 | 111110 | 110011 |
Color Harmonies of #33CF80
Complementary color
Monochromatic Colors of #33CF80
Black with #33CF80
Text Example
Text Example
White with #33CF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CF80; }
p { color: rgb(51,207,128); }
H1.HeaderClassName
{
color: #33CF80;
}
.AnyTagClassName
{
color: #33CF80;
}
</style>
background-color css
<style>
a { background-color: #33CF80; }
a { background-color: rgb(51,207,128); }
div.DivClassName
{
background-color: #33CF80;
}
.BgClassName
{
background-color: #33CF80;
}
</style>
border-color css
<style>
span { border-color: #33CF80; }
span { border-color: rgb(51,207,128); }
td.TdClassName
{
border-color: #33CF80;
}
.TagClassName
{
border-color: #33CF80;
}
</style>