Shades of Kelly Green #44C325
Tints of Kelly Green #44C325
RGB
CMYK
RGB Variations
Color information
#44C325 (or 0x44C325) is known color: Kelly Green. HEX triplet: 44, C3 and 25. RGB value is (68,195,37). Sum of RGB (Red+Green+Blue) = 68+195+37=300 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.67% from 300); Green value is 195 (76.56% from 255 or 65% from 300); Blue value is 37 (14.84% from 255 or 12.33% from 300); Max value from RGB is 195 - color contains mainly: green. Hex color #44C325 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44C325 is #BB3CDA. Grayscale: #8B8B8B. Windows color (decimal): -12270811 or 2474820. OLE color: 2474820.
HSL color Cylindrical-coordinate representation of color #44C325: hue angle of 108.23º 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 #44C325 is Cyan = 0.65, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 68 | 195 | 37 | - |
| CMYK | 0.65 | 0 | 0.81 | 0.24 |
| HSL | 108.23º | 0.68% | 0.45% | - |
| HSV(B) | 108.23º | 0.81% | 0.76% | - |
| XYZ | 22.23 | 40.39 | 8.38 | - |
| YUV | 139.02 | 70.42 | 77.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 195 | 37 | 0.65 | 0 | 0.81 | 0.24 | 108.23 | 0.68 | 0.45 |
| Hex | 44 | C3 | 25 | 41 | 0 | 51 | 18 | 6C | 44 | 2D |
| Octal | 104 | 303 | 45 | 101 | 0 | 121 | 30 | 154 | 104 | 55 |
| Binary | 1000100 | 11000011 | 100101 | 1000001 | 0 | 1010001 | 11000 | 1101100 | 1000100 | 101101 |
Color Harmonies of #44C325
Complementary color
Monochromatic Colors of #44C325
Black with #44C325
Text Example
Text Example
White with #44C325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44C325; }
p { color: rgb(68,195,37); }
H1.HeaderClassName
{
color: #44C325;
}
.AnyTagClassName
{
color: #44C325;
}
</style>
background-color css
<style>
a { background-color: #44C325; }
a { background-color: rgb(68,195,37); }
div.DivClassName
{
background-color: #44C325;
}
.BgClassName
{
background-color: #44C325;
}
</style>
border-color css
<style>
span { border-color: #44C325; }
span { border-color: rgb(68,195,37); }
td.TdClassName
{
border-color: #44C325;
}
.TagClassName
{
border-color: #44C325;
}
</style>