Shades of Kelly Green #33BF18
Tints of Kelly Green #33BF18
RGB
CMYK
RGB Variations
Color information
#33BF18 (or 0x33BF18) is known color: Kelly Green. HEX triplet: 33, BF and 18. RGB value is (51,191,24). Sum of RGB (Red+Green+Blue) = 51+191+24=266 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.17% from 266); Green value is 191 (75% from 255 or 71.80% from 266); Blue value is 24 (9.77% from 255 or 9.02% from 266); Max value from RGB is 191 - color contains mainly: green. Hex color #33BF18 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #33BF18 is #CC40E7. Grayscale: #828282. Windows color (decimal): -13385960 or 1621811. OLE color: 1621811.
HSL color Cylindrical-coordinate representation of color #33BF18: hue angle of 110.3º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #33BF18 is Cyan = 0.73, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 51 | 191 | 24 | - |
| CMYK | 0.73 | 0 | 0.87 | 0.25 |
| HSL | 110.3º | 0.78% | 0.42% | - |
| HSV(B) | 110.3º | 0.87% | 0.75% | - |
| XYZ | 20.16 | 38.03 | 7.14 | - |
| YUV | 130.1 | 68.12 | 71.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 191 | 24 | 0.73 | 0 | 0.87 | 0.25 | 110.3 | 0.78 | 0.42 |
| Hex | 33 | BF | 18 | 49 | 0 | 57 | 19 | 6E | 4E | 2A |
| Octal | 63 | 277 | 30 | 111 | 0 | 127 | 31 | 156 | 116 | 52 |
| Binary | 110011 | 10111111 | 11000 | 1001001 | 0 | 1010111 | 11001 | 1101110 | 1001110 | 101010 |
Color Harmonies of #33BF18
Complementary color
Monochromatic Colors of #33BF18
Black with #33BF18
Text Example
Text Example
White with #33BF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BF18; }
p { color: rgb(51,191,24); }
H1.HeaderClassName
{
color: #33BF18;
}
.AnyTagClassName
{
color: #33BF18;
}
</style>
background-color css
<style>
a { background-color: #33BF18; }
a { background-color: rgb(51,191,24); }
div.DivClassName
{
background-color: #33BF18;
}
.BgClassName
{
background-color: #33BF18;
}
</style>
border-color css
<style>
span { border-color: #33BF18; }
span { border-color: rgb(51,191,24); }
td.TdClassName
{
border-color: #33BF18;
}
.TagClassName
{
border-color: #33BF18;
}
</style>