Shades of Kelly Green #48B201
Tints of Kelly Green #48B201
RGB
CMYK
RGB Variations
Color information
#48B201 (or 0x48B201) is known color: Kelly Green. HEX triplet: 48, B2 and 01. RGB value is (72,178,1). Sum of RGB (Red+Green+Blue) = 72+178+1=251 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.69% from 251); Green value is 178 (69.92% from 255 or 70.92% from 251); Blue value is 1 (0.78% from 255 or 0.40% from 251); Max value from RGB is 178 - color contains mainly: green. Hex color #48B201 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48B201 is #B74DFE. Grayscale: #7E7E7E. Windows color (decimal): -12013055 or 111176. OLE color: 111176.
HSL color Cylindrical-coordinate representation of color #48B201: hue angle of 95.93º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #48B201 is Cyan = 0.60, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 72 | 178 | 1 | - |
| CMYK | 0.60 | 0 | 0.99 | 0.30 |
| HSL | 95.93º | 0.99% | 0.35% | - |
| HSV(B) | 95.93º | 0.99% | 0.7% | - |
| XYZ | 18.6 | 33.22 | 5.46 | - |
| YUV | 126.13 | 57.38 | 89.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 178 | 1 | 0.60 | 0 | 0.99 | 0.30 | 95.93 | 0.99 | 0.35 |
| Hex | 48 | B2 | 1 | 3C | 0 | 63 | 1E | 60 | 63 | 23 |
| Octal | 110 | 262 | 1 | 74 | 0 | 143 | 36 | 140 | 143 | 43 |
| Binary | 1001000 | 10110010 | 1 | 111100 | 0 | 1100011 | 11110 | 1100000 | 1100011 | 100011 |
Color Harmonies of #48B201
Complementary color
Monochromatic Colors of #48B201
Black with #48B201
Text Example
Text Example
White with #48B201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48B201; }
p { color: rgb(72,178,1); }
H1.HeaderClassName
{
color: #48B201;
}
.AnyTagClassName
{
color: #48B201;
}
</style>
background-color css
<style>
a { background-color: #48B201; }
a { background-color: rgb(72,178,1); }
div.DivClassName
{
background-color: #48B201;
}
.BgClassName
{
background-color: #48B201;
}
</style>
border-color css
<style>
span { border-color: #48B201; }
span { border-color: rgb(72,178,1); }
td.TdClassName
{
border-color: #48B201;
}
.TagClassName
{
border-color: #48B201;
}
</style>