Shades of Kelly Green #48C609
Tints of Kelly Green #48C609
RGB
CMYK
RGB Variations
Color information
#48C609 (or 0x48C609) is known color: Kelly Green. HEX triplet: 48, C6 and 09. RGB value is (72,198,9). Sum of RGB (Red+Green+Blue) = 72+198+9=279 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.81% from 279); Green value is 198 (77.73% from 255 or 70.97% from 279); Blue value is 9 (3.91% from 255 or 3.23% from 279); Max value from RGB is 198 - color contains mainly: green. Hex color #48C609 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48C609 is #B739F6. Grayscale: #8B8B8B. Windows color (decimal): -12007927 or 640584. OLE color: 640584.
HSL color Cylindrical-coordinate representation of color #48C609: hue angle of 100º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #48C609 is Cyan = 0.64, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 72 | 198 | 9 | - |
| CMYK | 0.64 | 0 | 0.95 | 0.22 |
| HSL | 100º | 0.91% | 0.41% | - |
| HSV(B) | 100º | 0.95% | 0.78% | - |
| XYZ | 22.92 | 41.79 | 7.12 | - |
| YUV | 138.78 | 54.76 | 80.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 198 | 9 | 0.64 | 0 | 0.95 | 0.22 | 100 | 0.91 | 0.41 |
| Hex | 48 | C6 | 9 | 40 | 0 | 5F | 16 | 64 | 5B | 29 |
| Octal | 110 | 306 | 11 | 100 | 0 | 137 | 26 | 144 | 133 | 51 |
| Binary | 1001000 | 11000110 | 1001 | 1000000 | 0 | 1011111 | 10110 | 1100100 | 1011011 | 101001 |
Color Harmonies of #48C609
Complementary color
Monochromatic Colors of #48C609
Black with #48C609
Text Example
Text Example
White with #48C609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C609; }
p { color: rgb(72,198,9); }
H1.HeaderClassName
{
color: #48C609;
}
.AnyTagClassName
{
color: #48C609;
}
</style>
background-color css
<style>
a { background-color: #48C609; }
a { background-color: rgb(72,198,9); }
div.DivClassName
{
background-color: #48C609;
}
.BgClassName
{
background-color: #48C609;
}
</style>
border-color css
<style>
span { border-color: #48C609; }
span { border-color: rgb(72,198,9); }
td.TdClassName
{
border-color: #48C609;
}
.TagClassName
{
border-color: #48C609;
}
</style>