Shades of Kelly Green #48CE09
Tints of Kelly Green #48CE09
RGB
CMYK
RGB Variations
Color information
#48CE09 (or 0x48CE09) is known color: Kelly Green. HEX triplet: 48, CE and 09. RGB value is (72,206,9). Sum of RGB (Red+Green+Blue) = 72+206+9=287 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25.09% from 287); Green value is 206 (80.86% from 255 or 71.78% from 287); Blue value is 9 (3.91% from 255 or 3.14% from 287); Max value from RGB is 206 - color contains mainly: green. Hex color #48CE09 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48CE09 is #B731F6. Grayscale: #909090. Windows color (decimal): -12005879 or 642632. OLE color: 642632.
HSL color Cylindrical-coordinate representation of color #48CE09: hue angle of 100.81º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #48CE09 is Cyan = 0.65, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 206 | 9 | - |
| CMYK | 0.65 | 0 | 0.96 | 0.19 |
| HSL | 100.81º | 0.92% | 0.42% | - |
| HSV(B) | 100.81º | 0.96% | 0.81% | - |
| XYZ | 24.79 | 45.54 | 7.74 | - |
| YUV | 143.48 | 52.11 | 77.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 206 | 9 | 0.65 | 0 | 0.96 | 0.19 | 100.81 | 0.92 | 0.42 |
| Hex | 48 | CE | 9 | 41 | 0 | 60 | 13 | 65 | 5C | 2A |
| Octal | 110 | 316 | 11 | 101 | 0 | 140 | 23 | 145 | 134 | 52 |
| Binary | 1001000 | 11001110 | 1001 | 1000001 | 0 | 1100000 | 10011 | 1100101 | 1011100 | 101010 |
Color Harmonies of #48CE09
Complementary color
Monochromatic Colors of #48CE09
Black with #48CE09
Text Example
Text Example
White with #48CE09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CE09; }
p { color: rgb(72,206,9); }
H1.HeaderClassName
{
color: #48CE09;
}
.AnyTagClassName
{
color: #48CE09;
}
</style>
background-color css
<style>
a { background-color: #48CE09; }
a { background-color: rgb(72,206,9); }
div.DivClassName
{
background-color: #48CE09;
}
.BgClassName
{
background-color: #48CE09;
}
</style>
border-color css
<style>
span { border-color: #48CE09; }
span { border-color: rgb(72,206,9); }
td.TdClassName
{
border-color: #48CE09;
}
.TagClassName
{
border-color: #48CE09;
}
</style>