Shades of Kelly Green #45CB18
Tints of Kelly Green #45CB18
RGB
CMYK
RGB Variations
Color information
#45CB18 (or 0x45CB18) is known color: Kelly Green. HEX triplet: 45, CB and 18. RGB value is (69,203,24). Sum of RGB (Red+Green+Blue) = 69+203+24=296 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.31% from 296); Green value is 203 (79.69% from 255 or 68.58% from 296); Blue value is 24 (9.77% from 255 or 8.11% from 296); Max value from RGB is 203 - color contains mainly: green. Hex color #45CB18 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #45CB18 is #BA34E7. Grayscale: #8F8F8F. Windows color (decimal): -12203240 or 1624901. OLE color: 1624901.
HSL color Cylindrical-coordinate representation of color #45CB18: hue angle of 104.92º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #45CB18 is Cyan = 0.66, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 69 | 203 | 24 | - |
| CMYK | 0.66 | 0 | 0.88 | 0.20 |
| HSL | 104.92º | 0.79% | 0.45% | - |
| HSV(B) | 104.92º | 0.88% | 0.8% | - |
| XYZ | 23.98 | 44.04 | 8.1 | - |
| YUV | 142.53 | 61.11 | 75.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 203 | 24 | 0.66 | 0 | 0.88 | 0.20 | 104.92 | 0.79 | 0.45 |
| Hex | 45 | CB | 18 | 42 | 0 | 58 | 14 | 69 | 4F | 2D |
| Octal | 105 | 313 | 30 | 102 | 0 | 130 | 24 | 151 | 117 | 55 |
| Binary | 1000101 | 11001011 | 11000 | 1000010 | 0 | 1011000 | 10100 | 1101001 | 1001111 | 101101 |
Color Harmonies of #45CB18
Complementary color
Monochromatic Colors of #45CB18
Black with #45CB18
Text Example
Text Example
White with #45CB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CB18; }
p { color: rgb(69,203,24); }
H1.HeaderClassName
{
color: #45CB18;
}
.AnyTagClassName
{
color: #45CB18;
}
</style>
background-color css
<style>
a { background-color: #45CB18; }
a { background-color: rgb(69,203,24); }
div.DivClassName
{
background-color: #45CB18;
}
.BgClassName
{
background-color: #45CB18;
}
</style>
border-color css
<style>
span { border-color: #45CB18; }
span { border-color: rgb(69,203,24); }
td.TdClassName
{
border-color: #45CB18;
}
.TagClassName
{
border-color: #45CB18;
}
</style>