Shades of Kelly Green #33BC13
Tints of Kelly Green #33BC13
RGB
CMYK
RGB Variations
Color information
#33BC13 (or 0x33BC13) is known color: Kelly Green. HEX triplet: 33, BC and 13. RGB value is (51,188,19). Sum of RGB (Red+Green+Blue) = 51+188+19=258 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.77% from 258); Green value is 188 (73.83% from 255 or 72.87% from 258); Blue value is 19 (7.81% from 255 or 7.36% from 258); Max value from RGB is 188 - color contains mainly: green. Hex color #33BC13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #33BC13 is #CC43EC. Grayscale: #808080. Windows color (decimal): -13386733 or 1293363. OLE color: 1293363.
HSL color Cylindrical-coordinate representation of color #33BC13: hue angle of 108.64º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #33BC13 is Cyan = 0.73, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 51 | 188 | 19 | - |
| CMYK | 0.73 | 0 | 0.90 | 0.26 |
| HSL | 108.64º | 0.82% | 0.41% | - |
| HSV(B) | 108.64º | 0.9% | 0.74% | - |
| XYZ | 19.47 | 36.72 | 6.68 | - |
| YUV | 127.77 | 66.61 | 73.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 188 | 19 | 0.73 | 0 | 0.90 | 0.26 | 108.64 | 0.82 | 0.41 |
| Hex | 33 | BC | 13 | 49 | 0 | 5A | 1A | 6D | 52 | 29 |
| Octal | 63 | 274 | 23 | 111 | 0 | 132 | 32 | 155 | 122 | 51 |
| Binary | 110011 | 10111100 | 10011 | 1001001 | 0 | 1011010 | 11010 | 1101101 | 1010010 | 101001 |
Color Harmonies of #33BC13
Complementary color
Monochromatic Colors of #33BC13
Black with #33BC13
Text Example
Text Example
White with #33BC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BC13; }
p { color: rgb(51,188,19); }
H1.HeaderClassName
{
color: #33BC13;
}
.AnyTagClassName
{
color: #33BC13;
}
</style>
background-color css
<style>
a { background-color: #33BC13; }
a { background-color: rgb(51,188,19); }
div.DivClassName
{
background-color: #33BC13;
}
.BgClassName
{
background-color: #33BC13;
}
</style>
border-color css
<style>
span { border-color: #33BC13; }
span { border-color: rgb(51,188,19); }
td.TdClassName
{
border-color: #33BC13;
}
.TagClassName
{
border-color: #33BC13;
}
</style>