Shades of Kelly Green #45CB14
Tints of Kelly Green #45CB14
RGB
CMYK
RGB Variations
Color information
#45CB14 (or 0x45CB14) is known color: Kelly Green. HEX triplet: 45, CB and 14. RGB value is (69,203,20). Sum of RGB (Red+Green+Blue) = 69+203+20=292 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.63% from 292); Green value is 203 (79.69% from 255 or 69.52% from 292); Blue value is 20 (8.20% from 255 or 6.85% from 292); Max value from RGB is 203 - color contains mainly: green. Hex color #45CB14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #45CB14 is #BA34EB. Grayscale: #8E8E8E. Windows color (decimal): -12203244 or 1362757. OLE color: 1362757.
HSL color Cylindrical-coordinate representation of color #45CB14: hue angle of 103.93º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #45CB14 is Cyan = 0.66, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 69 | 203 | 20 | - |
| CMYK | 0.66 | 0 | 0.90 | 0.20 |
| HSL | 103.93º | 0.82% | 0.44% | - |
| HSV(B) | 103.93º | 0.9% | 0.8% | - |
| XYZ | 23.94 | 44.03 | 7.9 | - |
| YUV | 142.07 | 59.11 | 75.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 203 | 20 | 0.66 | 0 | 0.90 | 0.20 | 103.93 | 0.82 | 0.44 |
| Hex | 45 | CB | 14 | 42 | 0 | 5A | 14 | 68 | 52 | 2C |
| Octal | 105 | 313 | 24 | 102 | 0 | 132 | 24 | 150 | 122 | 54 |
| Binary | 1000101 | 11001011 | 10100 | 1000010 | 0 | 1011010 | 10100 | 1101000 | 1010010 | 101100 |
Color Harmonies of #45CB14
Complementary color
Monochromatic Colors of #45CB14
Black with #45CB14
Text Example
Text Example
White with #45CB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CB14; }
p { color: rgb(69,203,20); }
H1.HeaderClassName
{
color: #45CB14;
}
.AnyTagClassName
{
color: #45CB14;
}
</style>
background-color css
<style>
a { background-color: #45CB14; }
a { background-color: rgb(69,203,20); }
div.DivClassName
{
background-color: #45CB14;
}
.BgClassName
{
background-color: #45CB14;
}
</style>
border-color css
<style>
span { border-color: #45CB14; }
span { border-color: rgb(69,203,20); }
td.TdClassName
{
border-color: #45CB14;
}
.TagClassName
{
border-color: #45CB14;
}
</style>