Shades of Shamrock #33CF7F
Tints of Shamrock #33CF7F
RGB
CMYK
RGB Variations
Color information
#33CF7F (or 0x33CF7F) is known color: Shamrock. HEX triplet: 33, CF and 7F. RGB value is (51,207,127). Sum of RGB (Red+Green+Blue) = 51+207+127=385 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.25% from 385); Green value is 207 (81.25% from 255 or 53.77% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 207 - color contains mainly: green. Hex color #33CF7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33CF7F is #CC3080. Grayscale: #979797. Windows color (decimal): -13381761 or 8376115. OLE color: 8376115.
HSL color Cylindrical-coordinate representation of color #33CF7F: hue angle of 149.23º 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 #33CF7F is Cyan = 0.75, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 207 | 127 | - |
| CMYK | 0.75 | 0 | 0.39 | 0.19 |
| HSL | 149.23º | 0.62% | 0.51% | - |
| HSV(B) | 149.23º | 0.75% | 0.81% | - |
| XYZ | 27.51 | 46.86 | 27.67 | - |
| YUV | 151.24 | 114.32 | 56.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 207 | 127 | 0.75 | 0 | 0.39 | 0.19 | 149.23 | 0.62 | 0.51 |
| Hex | 33 | CF | 7F | 4B | 0 | 27 | 13 | 95 | 3E | 33 |
| Octal | 63 | 317 | 177 | 113 | 0 | 47 | 23 | 225 | 76 | 63 |
| Binary | 110011 | 11001111 | 1111111 | 1001011 | 0 | 100111 | 10011 | 10010101 | 111110 | 110011 |
Color Harmonies of #33CF7F
Complementary color
Monochromatic Colors of #33CF7F
Black with #33CF7F
Text Example
Text Example
White with #33CF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CF7F; }
p { color: rgb(51,207,127); }
H1.HeaderClassName
{
color: #33CF7F;
}
.AnyTagClassName
{
color: #33CF7F;
}
</style>
background-color css
<style>
a { background-color: #33CF7F; }
a { background-color: rgb(51,207,127); }
div.DivClassName
{
background-color: #33CF7F;
}
.BgClassName
{
background-color: #33CF7F;
}
</style>
border-color css
<style>
span { border-color: #33CF7F; }
span { border-color: rgb(51,207,127); }
td.TdClassName
{
border-color: #33CF7F;
}
.TagClassName
{
border-color: #33CF7F;
}
</style>