Shades of Kelly Green #48DA01
Tints of Kelly Green #48DA01
RGB
CMYK
RGB Variations
Color information
#48DA01 (or 0x48DA01) is known color: Kelly Green. HEX triplet: 48, DA and 01. RGB value is (72,218,1). Sum of RGB (Red+Green+Blue) = 72+218+1=291 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.74% from 291); Green value is 218 (85.55% from 255 or 74.91% from 291); Blue value is 1 (0.78% from 255 or 0.34% from 291); Max value from RGB is 218 - color contains mainly: green. Hex color #48DA01 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48DA01 is #B725FE. Grayscale: #969696. Windows color (decimal): -12002815 or 121416. OLE color: 121416.
HSL color Cylindrical-coordinate representation of color #48DA01: hue angle of 100.37º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #48DA01 is Cyan = 0.67, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 72 | 218 | 1 | - |
| CMYK | 0.67 | 0 | 1.00 | 0.15 |
| HSL | 100.37º | 0.99% | 0.43% | - |
| HSV(B) | 100.37º | 1% | 0.85% | - |
| XYZ | 27.75 | 51.52 | 8.51 | - |
| YUV | 149.61 | 44.13 | 72.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 218 | 1 | 0.67 | 0 | 1.00 | 0.15 | 100.37 | 0.99 | 0.43 |
| Hex | 48 | DA | 1 | 43 | 0 | 64 | F | 64 | 63 | 2B |
| Octal | 110 | 332 | 1 | 103 | 0 | 144 | 17 | 144 | 143 | 53 |
| Binary | 1001000 | 11011010 | 1 | 1000011 | 0 | 1100100 | 1111 | 1100100 | 1100011 | 101011 |
Color Harmonies of #48DA01
Complementary color
Monochromatic Colors of #48DA01
Black with #48DA01
Text Example
Text Example
White with #48DA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DA01; }
p { color: rgb(72,218,1); }
H1.HeaderClassName
{
color: #48DA01;
}
.AnyTagClassName
{
color: #48DA01;
}
</style>
background-color css
<style>
a { background-color: #48DA01; }
a { background-color: rgb(72,218,1); }
div.DivClassName
{
background-color: #48DA01;
}
.BgClassName
{
background-color: #48DA01;
}
</style>
border-color css
<style>
span { border-color: #48DA01; }
span { border-color: rgb(72,218,1); }
td.TdClassName
{
border-color: #48DA01;
}
.TagClassName
{
border-color: #48DA01;
}
</style>