Shades of Shamrock #33D685
Tints of Shamrock #33D685
RGB
CMYK
RGB Variations
Color information
#33D685 (or 0x33D685) is known color: Shamrock. HEX triplet: 33, D6 and 85. RGB value is (51,214,133). Sum of RGB (Red+Green+Blue) = 51+214+133=398 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.81% from 398); Green value is 214 (83.98% from 255 or 53.77% from 398); Blue value is 133 (52.34% from 255 or 33.42% from 398); Max value from RGB is 214 - color contains mainly: green. Hex color #33D685 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33D685 is #CC297A. Grayscale: #9C9C9C. Windows color (decimal): -13379963 or 8771123. OLE color: 8771123.
HSL color Cylindrical-coordinate representation of color #33D685: hue angle of 150.18º 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 #33D685 is Cyan = 0.76, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 51 | 214 | 133 | - |
| CMYK | 0.76 | 0 | 0.38 | 0.16 |
| HSL | 150.18º | 0.67% | 0.52% | - |
| HSV(B) | 150.18º | 0.76% | 0.84% | - |
| XYZ | 29.65 | 50.49 | 30.37 | - |
| YUV | 156.03 | 115 | 53.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 214 | 133 | 0.76 | 0 | 0.38 | 0.16 | 150.18 | 0.67 | 0.52 |
| Hex | 33 | D6 | 85 | 4C | 0 | 26 | 10 | 96 | 43 | 34 |
| Octal | 63 | 326 | 205 | 114 | 0 | 46 | 20 | 226 | 103 | 64 |
| Binary | 110011 | 11010110 | 10000101 | 1001100 | 0 | 100110 | 10000 | 10010110 | 1000011 | 110100 |
Color Harmonies of #33D685
Complementary color
Monochromatic Colors of #33D685
Black with #33D685
Text Example
Text Example
White with #33D685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D685; }
p { color: rgb(51,214,133); }
H1.HeaderClassName
{
color: #33D685;
}
.AnyTagClassName
{
color: #33D685;
}
</style>
background-color css
<style>
a { background-color: #33D685; }
a { background-color: rgb(51,214,133); }
div.DivClassName
{
background-color: #33D685;
}
.BgClassName
{
background-color: #33D685;
}
</style>
border-color css
<style>
span { border-color: #33D685; }
span { border-color: rgb(51,214,133); }
td.TdClassName
{
border-color: #33D685;
}
.TagClassName
{
border-color: #33D685;
}
</style>