Shades of Kelly Green #45CC1C
Tints of Kelly Green #45CC1C
RGB
CMYK
RGB Variations
Color information
#45CC1C (or 0x45CC1C) is known color: Kelly Green. HEX triplet: 45, CC and 1C. RGB value is (69,204,28). Sum of RGB (Red+Green+Blue) = 69+204+28=301 (39% of max value = 765). Red value is 69 (27.34% from 255 or 22.92% from 301); Green value is 204 (80.08% from 255 or 67.77% from 301); Blue value is 28 (11.33% from 255 or 9.30% from 301); Max value from RGB is 204 - color contains mainly: green. Hex color #45CC1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45CC1C is #BA33E3. Grayscale: #909090. Windows color (decimal): -12202980 or 1887301. OLE color: 1887301.
HSL color Cylindrical-coordinate representation of color #45CC1C: hue angle of 106.02º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #45CC1C is Cyan = 0.66, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 69 | 204 | 28 | - |
| CMYK | 0.66 | 0 | 0.86 | 0.2 |
| HSL | 106.02º | 0.76% | 0.45% | - |
| HSV(B) | 106.02º | 0.86% | 0.8% | - |
| XYZ | 24.26 | 44.53 | 8.42 | - |
| YUV | 143.57 | 62.77 | 74.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 204 | 28 | 0.66 | 0 | 0.86 | 0.2 | 106.02 | 0.76 | 0.45 |
| Hex | 45 | CC | 1C | 42 | 0 | 56 | 14 | 6A | 4C | 2D |
| Octal | 105 | 314 | 34 | 102 | 0 | 126 | 24 | 152 | 114 | 55 |
| Binary | 1000101 | 11001100 | 11100 | 1000010 | 0 | 1010110 | 10100 | 1101010 | 1001100 | 101101 |
Color Harmonies of #45CC1C
Complementary color
Monochromatic Colors of #45CC1C
Black with #45CC1C
Text Example
Text Example
White with #45CC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CC1C; }
p { color: rgb(69,204,28); }
H1.HeaderClassName
{
color: #45CC1C;
}
.AnyTagClassName
{
color: #45CC1C;
}
</style>
background-color css
<style>
a { background-color: #45CC1C; }
a { background-color: rgb(69,204,28); }
div.DivClassName
{
background-color: #45CC1C;
}
.BgClassName
{
background-color: #45CC1C;
}
</style>
border-color css
<style>
span { border-color: #45CC1C; }
span { border-color: rgb(69,204,28); }
td.TdClassName
{
border-color: #45CC1C;
}
.TagClassName
{
border-color: #45CC1C;
}
</style>