Shades of Kelly Green #48C326
Tints of Kelly Green #48C326
RGB
CMYK
RGB Variations
Color information
#48C326 (or 0x48C326) is known color: Kelly Green. HEX triplet: 48, C3 and 26. RGB value is (72,195,38). Sum of RGB (Red+Green+Blue) = 72+195+38=305 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.61% from 305); Green value is 195 (76.56% from 255 or 63.93% from 305); Blue value is 38 (15.23% from 255 or 12.46% from 305); Max value from RGB is 195 - color contains mainly: green. Hex color #48C326 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C326 is #B73CD9. Grayscale: #8C8C8C. Windows color (decimal): -12008666 or 2540360. OLE color: 2540360.
HSL color Cylindrical-coordinate representation of color #48C326: hue angle of 107.01º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #48C326 is Cyan = 0.63, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 72 | 195 | 38 | - |
| CMYK | 0.63 | 0 | 0.81 | 0.24 |
| HSL | 107.01º | 0.67% | 0.46% | - |
| HSV(B) | 107.01º | 0.81% | 0.76% | - |
| XYZ | 22.54 | 40.55 | 8.47 | - |
| YUV | 140.33 | 70.25 | 79.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 195 | 38 | 0.63 | 0 | 0.81 | 0.24 | 107.01 | 0.67 | 0.46 |
| Hex | 48 | C3 | 26 | 3F | 0 | 51 | 18 | 6B | 43 | 2E |
| Octal | 110 | 303 | 46 | 77 | 0 | 121 | 30 | 153 | 103 | 56 |
| Binary | 1001000 | 11000011 | 100110 | 111111 | 0 | 1010001 | 11000 | 1101011 | 1000011 | 101110 |
Color Harmonies of #48C326
Complementary color
Monochromatic Colors of #48C326
Black with #48C326
Text Example
Text Example
White with #48C326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C326; }
p { color: rgb(72,195,38); }
H1.HeaderClassName
{
color: #48C326;
}
.AnyTagClassName
{
color: #48C326;
}
</style>
background-color css
<style>
a { background-color: #48C326; }
a { background-color: rgb(72,195,38); }
div.DivClassName
{
background-color: #48C326;
}
.BgClassName
{
background-color: #48C326;
}
</style>
border-color css
<style>
span { border-color: #48C326; }
span { border-color: rgb(72,195,38); }
td.TdClassName
{
border-color: #48C326;
}
.TagClassName
{
border-color: #48C326;
}
</style>