Shades of Kelly Green #48CB09
Tints of Kelly Green #48CB09
RGB
CMYK
RGB Variations
Color information
#48CB09 (or 0x48CB09) is known color: Kelly Green. HEX triplet: 48, CB and 09. RGB value is (72,203,9). Sum of RGB (Red+Green+Blue) = 72+203+9=284 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.35% from 284); Green value is 203 (79.69% from 255 or 71.48% from 284); Blue value is 9 (3.91% from 255 or 3.17% from 284); Max value from RGB is 203 - color contains mainly: green. Hex color #48CB09 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48CB09 is #B734F6. Grayscale: #8E8E8E. Windows color (decimal): -12006647 or 641864. OLE color: 641864.
HSL color Cylindrical-coordinate representation of color #48CB09: hue angle of 100.52º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #48CB09 is Cyan = 0.65, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 72 | 203 | 9 | - |
| CMYK | 0.65 | 0 | 0.96 | 0.20 |
| HSL | 100.52º | 0.92% | 0.42% | - |
| HSV(B) | 100.52º | 0.96% | 0.8% | - |
| XYZ | 24.08 | 44.11 | 7.5 | - |
| YUV | 141.72 | 53.1 | 78.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 203 | 9 | 0.65 | 0 | 0.96 | 0.20 | 100.52 | 0.92 | 0.42 |
| Hex | 48 | CB | 9 | 41 | 0 | 60 | 14 | 65 | 5C | 2A |
| Octal | 110 | 313 | 11 | 101 | 0 | 140 | 24 | 145 | 134 | 52 |
| Binary | 1001000 | 11001011 | 1001 | 1000001 | 0 | 1100000 | 10100 | 1100101 | 1011100 | 101010 |
Color Harmonies of #48CB09
Complementary color
Monochromatic Colors of #48CB09
Black with #48CB09
Text Example
Text Example
White with #48CB09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CB09; }
p { color: rgb(72,203,9); }
H1.HeaderClassName
{
color: #48CB09;
}
.AnyTagClassName
{
color: #48CB09;
}
</style>
background-color css
<style>
a { background-color: #48CB09; }
a { background-color: rgb(72,203,9); }
div.DivClassName
{
background-color: #48CB09;
}
.BgClassName
{
background-color: #48CB09;
}
</style>
border-color css
<style>
span { border-color: #48CB09; }
span { border-color: rgb(72,203,9); }
td.TdClassName
{
border-color: #48CB09;
}
.TagClassName
{
border-color: #48CB09;
}
</style>