Shades of Kelly Green #48CF07
Tints of Kelly Green #48CF07
RGB
CMYK
RGB Variations
Color information
#48CF07 (or 0x48CF07) is known color: Kelly Green. HEX triplet: 48, CF and 07. RGB value is (72,207,7). Sum of RGB (Red+Green+Blue) = 72+207+7=286 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.17% from 286); Green value is 207 (81.25% from 255 or 72.38% from 286); Blue value is 7 (3.12% from 255 or 2.45% from 286); Max value from RGB is 207 - color contains mainly: green. Hex color #48CF07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48CF07 is #B730F8. Grayscale: #909090. Windows color (decimal): -12005625 or 511816. OLE color: 511816.
HSL color Cylindrical-coordinate representation of color #48CF07: hue angle of 100.5º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #48CF07 is Cyan = 0.65, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 207 | 7 | - |
| CMYK | 0.65 | 0 | 0.97 | 0.19 |
| HSL | 100.5º | 0.93% | 0.42% | - |
| HSV(B) | 100.5º | 0.97% | 0.81% | - |
| XYZ | 25.02 | 46.02 | 7.76 | - |
| YUV | 143.84 | 50.77 | 76.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 207 | 7 | 0.65 | 0 | 0.97 | 0.19 | 100.5 | 0.93 | 0.42 |
| Hex | 48 | CF | 7 | 41 | 0 | 61 | 13 | 64 | 5D | 2A |
| Octal | 110 | 317 | 7 | 101 | 0 | 141 | 23 | 144 | 135 | 52 |
| Binary | 1001000 | 11001111 | 111 | 1000001 | 0 | 1100001 | 10011 | 1100100 | 1011101 | 101010 |
Color Harmonies of #48CF07
Complementary color
Monochromatic Colors of #48CF07
Black with #48CF07
Text Example
Text Example
White with #48CF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CF07; }
p { color: rgb(72,207,7); }
H1.HeaderClassName
{
color: #48CF07;
}
.AnyTagClassName
{
color: #48CF07;
}
</style>
background-color css
<style>
a { background-color: #48CF07; }
a { background-color: rgb(72,207,7); }
div.DivClassName
{
background-color: #48CF07;
}
.BgClassName
{
background-color: #48CF07;
}
</style>
border-color css
<style>
span { border-color: #48CF07; }
span { border-color: rgb(72,207,7); }
td.TdClassName
{
border-color: #48CF07;
}
.TagClassName
{
border-color: #48CF07;
}
</style>