Shades of Kelly Green #48DF1F
Tints of Kelly Green #48DF1F
RGB
CMYK
RGB Variations
Color information
#48DF1F (or 0x48DF1F) is known color: Kelly Green. HEX triplet: 48, DF and 1F. RGB value is (72,223,31). Sum of RGB (Red+Green+Blue) = 72+223+31=326 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.09% from 326); Green value is 223 (87.5% from 255 or 68.40% from 326); Blue value is 31 (12.5% from 255 or 9.51% from 326); Max value from RGB is 223 - color contains mainly: green. Hex color #48DF1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48DF1F is #B720E0. Grayscale: #9C9C9C. Windows color (decimal): -12001505 or 2088776. OLE color: 2088776.
HSL color Cylindrical-coordinate representation of color #48DF1F: hue angle of 107.19º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #48DF1F is Cyan = 0.68, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 223 | 31 | - |
| CMYK | 0.68 | 0 | 0.86 | 0.13 |
| HSL | 107.19º | 0.76% | 0.5% | - |
| HSV(B) | 107.19º | 0.86% | 0.87% | - |
| XYZ | 29.31 | 54.25 | 10.22 | - |
| YUV | 155.96 | 57.47 | 68.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 223 | 31 | 0.68 | 0 | 0.86 | 0.13 | 107.19 | 0.76 | 0.5 |
| Hex | 48 | DF | 1F | 44 | 0 | 56 | D | 6B | 4C | 32 |
| Octal | 110 | 337 | 37 | 104 | 0 | 126 | 15 | 153 | 114 | 62 |
| Binary | 1001000 | 11011111 | 11111 | 1000100 | 0 | 1010110 | 1101 | 1101011 | 1001100 | 110010 |
Color Harmonies of #48DF1F
Complementary color
Monochromatic Colors of #48DF1F
Black with #48DF1F
Text Example
Text Example
White with #48DF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DF1F; }
p { color: rgb(72,223,31); }
H1.HeaderClassName
{
color: #48DF1F;
}
.AnyTagClassName
{
color: #48DF1F;
}
</style>
background-color css
<style>
a { background-color: #48DF1F; }
a { background-color: rgb(72,223,31); }
div.DivClassName
{
background-color: #48DF1F;
}
.BgClassName
{
background-color: #48DF1F;
}
</style>
border-color css
<style>
span { border-color: #48DF1F; }
span { border-color: rgb(72,223,31); }
td.TdClassName
{
border-color: #48DF1F;
}
.TagClassName
{
border-color: #48DF1F;
}
</style>