Shades of Kelly Green #44BD01
Tints of Kelly Green #44BD01
RGB
CMYK
RGB Variations
Color information
#44BD01 (or 0x44BD01) is known color: Kelly Green. HEX triplet: 44, BD and 01. RGB value is (68,189,1). Sum of RGB (Red+Green+Blue) = 68+189+1=258 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.36% from 258); Green value is 189 (74.22% from 255 or 73.26% from 258); Blue value is 1 (0.78% from 255 or 0.39% from 258); Max value from RGB is 189 - color contains mainly: green. Hex color #44BD01 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #44BD01 is #BB42FE. Grayscale: #848484. Windows color (decimal): -12272383 or 113988. OLE color: 113988.
HSL color Cylindrical-coordinate representation of color #44BD01: hue angle of 98.62º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #44BD01 is Cyan = 0.64, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 189 | 1 | - |
| CMYK | 0.64 | 0 | 0.99 | 0.26 |
| HSL | 98.62º | 0.99% | 0.37% | - |
| HSV(B) | 98.62º | 0.99% | 0.74% | - |
| XYZ | 20.59 | 37.63 | 6.21 | - |
| YUV | 131.39 | 54.41 | 82.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 189 | 1 | 0.64 | 0 | 0.99 | 0.26 | 98.62 | 0.99 | 0.37 |
| Hex | 44 | BD | 1 | 40 | 0 | 63 | 1A | 63 | 63 | 25 |
| Octal | 104 | 275 | 1 | 100 | 0 | 143 | 32 | 143 | 143 | 45 |
| Binary | 1000100 | 10111101 | 1 | 1000000 | 0 | 1100011 | 11010 | 1100011 | 1100011 | 100101 |
Color Harmonies of #44BD01
Complementary color
Monochromatic Colors of #44BD01
Black with #44BD01
Text Example
Text Example
White with #44BD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44BD01; }
p { color: rgb(68,189,1); }
H1.HeaderClassName
{
color: #44BD01;
}
.AnyTagClassName
{
color: #44BD01;
}
</style>
background-color css
<style>
a { background-color: #44BD01; }
a { background-color: rgb(68,189,1); }
div.DivClassName
{
background-color: #44BD01;
}
.BgClassName
{
background-color: #44BD01;
}
</style>
border-color css
<style>
span { border-color: #44BD01; }
span { border-color: rgb(68,189,1); }
td.TdClassName
{
border-color: #44BD01;
}
.TagClassName
{
border-color: #44BD01;
}
</style>