Shades of Kelly Green #48C908
Tints of Kelly Green #48C908
RGB
CMYK
RGB Variations
Color information
#48C908 (or 0x48C908) is known color: Kelly Green. HEX triplet: 48, C9 and 08. RGB value is (72,201,8). Sum of RGB (Red+Green+Blue) = 72+201+8=281 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.62% from 281); Green value is 201 (78.91% from 255 or 71.53% from 281); Blue value is 8 (3.52% from 255 or 2.85% from 281); Max value from RGB is 201 - color contains mainly: green. Hex color #48C908 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48C908 is #B736F7. Grayscale: #8D8D8D. Windows color (decimal): -12007160 or 575816. OLE color: 575816.
HSL color Cylindrical-coordinate representation of color #48C908: hue angle of 100.1º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #48C908 is Cyan = 0.64, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 72 | 201 | 8 | - |
| CMYK | 0.64 | 0 | 0.96 | 0.21 |
| HSL | 100.1º | 0.92% | 0.41% | - |
| HSV(B) | 100.1º | 0.96% | 0.79% | - |
| XYZ | 23.6 | 43.17 | 7.32 | - |
| YUV | 140.43 | 53.26 | 79.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 201 | 8 | 0.64 | 0 | 0.96 | 0.21 | 100.1 | 0.92 | 0.41 |
| Hex | 48 | C9 | 8 | 40 | 0 | 60 | 15 | 64 | 5C | 29 |
| Octal | 110 | 311 | 10 | 100 | 0 | 140 | 25 | 144 | 134 | 51 |
| Binary | 1001000 | 11001001 | 1000 | 1000000 | 0 | 1100000 | 10101 | 1100100 | 1011100 | 101001 |
Color Harmonies of #48C908
Complementary color
Monochromatic Colors of #48C908
Black with #48C908
Text Example
Text Example
White with #48C908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C908; }
p { color: rgb(72,201,8); }
H1.HeaderClassName
{
color: #48C908;
}
.AnyTagClassName
{
color: #48C908;
}
</style>
background-color css
<style>
a { background-color: #48C908; }
a { background-color: rgb(72,201,8); }
div.DivClassName
{
background-color: #48C908;
}
.BgClassName
{
background-color: #48C908;
}
</style>
border-color css
<style>
span { border-color: #48C908; }
span { border-color: rgb(72,201,8); }
td.TdClassName
{
border-color: #48C908;
}
.TagClassName
{
border-color: #48C908;
}
</style>