Shades of Kelly Green #48C225
Tints of Kelly Green #48C225
RGB
CMYK
RGB Variations
Color information
#48C225 (or 0x48C225) is known color: Kelly Green. HEX triplet: 48, C2 and 25. RGB value is (72,194,37). Sum of RGB (Red+Green+Blue) = 72+194+37=303 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.76% from 303); Green value is 194 (76.17% from 255 or 64.03% from 303); Blue value is 37 (14.84% from 255 or 12.21% from 303); Max value from RGB is 194 - color contains mainly: green. Hex color #48C225 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C225 is #B73DDA. Grayscale: #8C8C8C. Windows color (decimal): -12008923 or 2474568. OLE color: 2474568.
HSL color Cylindrical-coordinate representation of color #48C225: hue angle of 106.62º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #48C225 is Cyan = 0.63, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 72 | 194 | 37 | - |
| CMYK | 0.63 | 0 | 0.81 | 0.24 |
| HSL | 106.62º | 0.68% | 0.45% | - |
| HSV(B) | 106.62º | 0.81% | 0.76% | - |
| XYZ | 22.3 | 40.09 | 8.31 | - |
| YUV | 139.62 | 70.08 | 79.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 194 | 37 | 0.63 | 0 | 0.81 | 0.24 | 106.62 | 0.68 | 0.45 |
| Hex | 48 | C2 | 25 | 3F | 0 | 51 | 18 | 6B | 44 | 2D |
| Octal | 110 | 302 | 45 | 77 | 0 | 121 | 30 | 153 | 104 | 55 |
| Binary | 1001000 | 11000010 | 100101 | 111111 | 0 | 1010001 | 11000 | 1101011 | 1000100 | 101101 |
Color Harmonies of #48C225
Complementary color
Monochromatic Colors of #48C225
Black with #48C225
Text Example
Text Example
White with #48C225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C225; }
p { color: rgb(72,194,37); }
H1.HeaderClassName
{
color: #48C225;
}
.AnyTagClassName
{
color: #48C225;
}
</style>
background-color css
<style>
a { background-color: #48C225; }
a { background-color: rgb(72,194,37); }
div.DivClassName
{
background-color: #48C225;
}
.BgClassName
{
background-color: #48C225;
}
</style>
border-color css
<style>
span { border-color: #48C225; }
span { border-color: rgb(72,194,37); }
td.TdClassName
{
border-color: #48C225;
}
.TagClassName
{
border-color: #48C225;
}
</style>