Shades of Shamrock #21CF85
Tints of Shamrock #21CF85
RGB
CMYK
RGB Variations
Color information
#21CF85 (or 0x21CF85) is known color: Shamrock. HEX triplet: 21, CF and 85. RGB value is (33,207,133). Sum of RGB (Red+Green+Blue) = 33+207+133=373 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.85% from 373); Green value is 207 (81.25% from 255 or 55.50% from 373); Blue value is 133 (52.34% from 255 or 35.66% from 373); Max value from RGB is 207 - color contains mainly: green. Hex color #21CF85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21CF85 is #DE307A. Grayscale: #929292. Windows color (decimal): -14561403 or 8769313. OLE color: 8769313.
HSL color Cylindrical-coordinate representation of color #21CF85: hue angle of 154.48º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CF85 is Cyan = 0.84, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 207 | 133 | - |
| CMYK | 0.84 | 0 | 0.36 | 0.19 |
| HSL | 154.48º | 0.73% | 0.47% | - |
| HSV(B) | 154.48º | 0.84% | 0.81% | - |
| XYZ | 27.17 | 46.64 | 29.76 | - |
| YUV | 146.54 | 120.35 | 47.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 207 | 133 | 0.84 | 0 | 0.36 | 0.19 | 154.48 | 0.73 | 0.47 |
| Hex | 21 | CF | 85 | 54 | 0 | 24 | 13 | 9A | 48 | 2F |
| Octal | 41 | 317 | 205 | 124 | 0 | 44 | 23 | 232 | 110 | 57 |
| Binary | 100001 | 11001111 | 10000101 | 1010100 | 0 | 100100 | 10011 | 10011010 | 1001000 | 101111 |
Color Harmonies of #21CF85
Complementary color
Monochromatic Colors of #21CF85
Black with #21CF85
Text Example
Text Example
White with #21CF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CF85; }
p { color: rgb(33,207,133); }
H1.HeaderClassName
{
color: #21CF85;
}
.AnyTagClassName
{
color: #21CF85;
}
</style>
background-color css
<style>
a { background-color: #21CF85; }
a { background-color: rgb(33,207,133); }
div.DivClassName
{
background-color: #21CF85;
}
.BgClassName
{
background-color: #21CF85;
}
</style>
border-color css
<style>
span { border-color: #21CF85; }
span { border-color: rgb(33,207,133); }
td.TdClassName
{
border-color: #21CF85;
}
.TagClassName
{
border-color: #21CF85;
}
</style>