Shades of Kelly Green #48BF0F
Tints of Kelly Green #48BF0F
RGB
CMYK
RGB Variations
Color information
#48BF0F (or 0x48BF0F) is known color: Kelly Green. HEX triplet: 48, BF and 0F. RGB value is (72,191,15). Sum of RGB (Red+Green+Blue) = 72+191+15=278 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.90% from 278); Green value is 191 (75% from 255 or 68.71% from 278); Blue value is 15 (6.25% from 255 or 5.40% from 278); Max value from RGB is 191 - color contains mainly: green. Hex color #48BF0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48BF0F is #B740F0. Grayscale: #878787. Windows color (decimal): -12009713 or 1032008. OLE color: 1032008.
HSL color Cylindrical-coordinate representation of color #48BF0F: hue angle of 100.57º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #48BF0F is Cyan = 0.62, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 72 | 191 | 15 | - |
| CMYK | 0.62 | 0 | 0.92 | 0.25 |
| HSL | 100.57º | 0.85% | 0.4% | - |
| HSV(B) | 100.57º | 0.92% | 0.75% | - |
| XYZ | 21.39 | 38.67 | 6.79 | - |
| YUV | 135.36 | 60.08 | 82.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 191 | 15 | 0.62 | 0 | 0.92 | 0.25 | 100.57 | 0.85 | 0.4 |
| Hex | 48 | BF | F | 3E | 0 | 5C | 19 | 65 | 55 | 28 |
| Octal | 110 | 277 | 17 | 76 | 0 | 134 | 31 | 145 | 125 | 50 |
| Binary | 1001000 | 10111111 | 1111 | 111110 | 0 | 1011100 | 11001 | 1100101 | 1010101 | 101000 |
Color Harmonies of #48BF0F
Complementary color
Monochromatic Colors of #48BF0F
Black with #48BF0F
Text Example
Text Example
White with #48BF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BF0F; }
p { color: rgb(72,191,15); }
H1.HeaderClassName
{
color: #48BF0F;
}
.AnyTagClassName
{
color: #48BF0F;
}
</style>
background-color css
<style>
a { background-color: #48BF0F; }
a { background-color: rgb(72,191,15); }
div.DivClassName
{
background-color: #48BF0F;
}
.BgClassName
{
background-color: #48BF0F;
}
</style>
border-color css
<style>
span { border-color: #48BF0F; }
span { border-color: rgb(72,191,15); }
td.TdClassName
{
border-color: #48BF0F;
}
.TagClassName
{
border-color: #48BF0F;
}
</style>