Shades of Shamrock #33D680
Tints of Shamrock #33D680
RGB
CMYK
RGB Variations
Color information
#33D680 (or 0x33D680) is known color: Shamrock. HEX triplet: 33, D6 and 80. RGB value is (51,214,128). Sum of RGB (Red+Green+Blue) = 51+214+128=393 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.98% from 393); Green value is 214 (83.98% from 255 or 54.45% from 393); Blue value is 128 (50.39% from 255 or 32.57% from 393); Max value from RGB is 214 - color contains mainly: green. Hex color #33D680 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33D680 is #CC297F. Grayscale: #9B9B9B. Windows color (decimal): -13379968 or 8443443. OLE color: 8443443.
HSL color Cylindrical-coordinate representation of color #33D680: hue angle of 148.34º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33D680 is Cyan = 0.76, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 51 | 214 | 128 | - |
| CMYK | 0.76 | 0 | 0.40 | 0.16 |
| HSL | 148.34º | 0.67% | 0.52% | - |
| HSV(B) | 148.34º | 0.76% | 0.84% | - |
| XYZ | 29.31 | 50.36 | 28.6 | - |
| YUV | 155.46 | 112.5 | 53.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 214 | 128 | 0.76 | 0 | 0.40 | 0.16 | 148.34 | 0.67 | 0.52 |
| Hex | 33 | D6 | 80 | 4C | 0 | 28 | 10 | 94 | 43 | 34 |
| Octal | 63 | 326 | 200 | 114 | 0 | 50 | 20 | 224 | 103 | 64 |
| Binary | 110011 | 11010110 | 10000000 | 1001100 | 0 | 101000 | 10000 | 10010100 | 1000011 | 110100 |
Color Harmonies of #33D680
Complementary color
Monochromatic Colors of #33D680
Black with #33D680
Text Example
Text Example
White with #33D680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D680; }
p { color: rgb(51,214,128); }
H1.HeaderClassName
{
color: #33D680;
}
.AnyTagClassName
{
color: #33D680;
}
</style>
background-color css
<style>
a { background-color: #33D680; }
a { background-color: rgb(51,214,128); }
div.DivClassName
{
background-color: #33D680;
}
.BgClassName
{
background-color: #33D680;
}
</style>
border-color css
<style>
span { border-color: #33D680; }
span { border-color: rgb(51,214,128); }
td.TdClassName
{
border-color: #33D680;
}
.TagClassName
{
border-color: #33D680;
}
</style>