Shades of Kelly Green #48C201
Tints of Kelly Green #48C201
RGB
CMYK
RGB Variations
Color information
#48C201 (or 0x48C201) is known color: Kelly Green. HEX triplet: 48, C2 and 01. RGB value is (72,194,1). Sum of RGB (Red+Green+Blue) = 72+194+1=267 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.97% from 267); Green value is 194 (76.17% from 255 or 72.66% from 267); Blue value is 1 (0.78% from 255 or 0.37% from 267); Max value from RGB is 194 - color contains mainly: green. Hex color #48C201 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48C201 is #B73DFE. Grayscale: #888888. Windows color (decimal): -12008959 or 115272. OLE color: 115272.
HSL color Cylindrical-coordinate representation of color #48C201: hue angle of 97.93º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #48C201 is Cyan = 0.63, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 72 | 194 | 1 | - |
| CMYK | 0.63 | 0 | 0.99 | 0.24 |
| HSL | 97.93º | 0.99% | 0.38% | - |
| HSV(B) | 97.93º | 0.99% | 0.76% | - |
| XYZ | 21.97 | 39.96 | 6.58 | - |
| YUV | 135.52 | 52.08 | 82.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 194 | 1 | 0.63 | 0 | 0.99 | 0.24 | 97.93 | 0.99 | 0.38 |
| Hex | 48 | C2 | 1 | 3F | 0 | 63 | 18 | 62 | 63 | 26 |
| Octal | 110 | 302 | 1 | 77 | 0 | 143 | 30 | 142 | 143 | 46 |
| Binary | 1001000 | 11000010 | 1 | 111111 | 0 | 1100011 | 11000 | 1100010 | 1100011 | 100110 |
Color Harmonies of #48C201
Complementary color
Monochromatic Colors of #48C201
Black with #48C201
Text Example
Text Example
White with #48C201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C201; }
p { color: rgb(72,194,1); }
H1.HeaderClassName
{
color: #48C201;
}
.AnyTagClassName
{
color: #48C201;
}
</style>
background-color css
<style>
a { background-color: #48C201; }
a { background-color: rgb(72,194,1); }
div.DivClassName
{
background-color: #48C201;
}
.BgClassName
{
background-color: #48C201;
}
</style>
border-color css
<style>
span { border-color: #48C201; }
span { border-color: rgb(72,194,1); }
td.TdClassName
{
border-color: #48C201;
}
.TagClassName
{
border-color: #48C201;
}
</style>