Shades of Kelly Green #48CF17
Tints of Kelly Green #48CF17
RGB
CMYK
RGB Variations
Color information
#48CF17 (or 0x48CF17) is known color: Kelly Green. HEX triplet: 48, CF and 17. RGB value is (72,207,23). Sum of RGB (Red+Green+Blue) = 72+207+23=302 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.84% from 302); Green value is 207 (81.25% from 255 or 68.54% from 302); Blue value is 23 (9.38% from 255 or 7.62% from 302); Max value from RGB is 207 - color contains mainly: green. Hex color #48CF17 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48CF17 is #B730E8. Grayscale: #929292. Windows color (decimal): -12005609 or 1560392. OLE color: 1560392.
HSL color Cylindrical-coordinate representation of color #48CF17: hue angle of 104.02º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #48CF17 is Cyan = 0.65, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 207 | 23 | - |
| CMYK | 0.65 | 0 | 0.89 | 0.19 |
| HSL | 104.02º | 0.8% | 0.45% | - |
| HSV(B) | 104.02º | 0.89% | 0.81% | - |
| XYZ | 25.14 | 46.07 | 8.38 | - |
| YUV | 145.66 | 58.77 | 75.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 207 | 23 | 0.65 | 0 | 0.89 | 0.19 | 104.02 | 0.8 | 0.45 |
| Hex | 48 | CF | 17 | 41 | 0 | 59 | 13 | 68 | 50 | 2D |
| Octal | 110 | 317 | 27 | 101 | 0 | 131 | 23 | 150 | 120 | 55 |
| Binary | 1001000 | 11001111 | 10111 | 1000001 | 0 | 1011001 | 10011 | 1101000 | 1010000 | 101101 |
Color Harmonies of #48CF17
Complementary color
Monochromatic Colors of #48CF17
Black with #48CF17
Text Example
Text Example
White with #48CF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CF17; }
p { color: rgb(72,207,23); }
H1.HeaderClassName
{
color: #48CF17;
}
.AnyTagClassName
{
color: #48CF17;
}
</style>
background-color css
<style>
a { background-color: #48CF17; }
a { background-color: rgb(72,207,23); }
div.DivClassName
{
background-color: #48CF17;
}
.BgClassName
{
background-color: #48CF17;
}
</style>
border-color css
<style>
span { border-color: #48CF17; }
span { border-color: rgb(72,207,23); }
td.TdClassName
{
border-color: #48CF17;
}
.TagClassName
{
border-color: #48CF17;
}
</style>