Shades of Kelly Green #69CC16
Tints of Kelly Green #69CC16
RGB
CMYK
RGB Variations
Color information
#69CC16 (or 0x69CC16) is known color: Kelly Green. HEX triplet: 69, CC and 16. RGB value is (105,204,22). Sum of RGB (Red+Green+Blue) = 105+204+22=331 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.72% from 331); Green value is 204 (80.08% from 255 or 61.63% from 331); Blue value is 22 (8.98% from 255 or 6.65% from 331); Max value from RGB is 204 - color contains mainly: green. Hex color #69CC16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #69CC16 is #9633E9. Grayscale: #9A9A9A. Windows color (decimal): -9843690 or 1494121. OLE color: 1494121.
HSL color Cylindrical-coordinate representation of color #69CC16: hue angle of 92.64º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #69CC16 is Cyan = 0.49, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 105 | 204 | 22 | - |
| CMYK | 0.49 | 0 | 0.89 | 0.2 |
| HSL | 92.64º | 0.81% | 0.44% | - |
| HSV(B) | 92.64º | 0.89% | 0.8% | - |
| XYZ | 27.56 | 46.25 | 8.23 | - |
| YUV | 153.65 | 53.7 | 93.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 204 | 22 | 0.49 | 0 | 0.89 | 0.2 | 92.64 | 0.81 | 0.44 |
| Hex | 69 | CC | 16 | 31 | 0 | 59 | 14 | 5D | 51 | 2C |
| Octal | 151 | 314 | 26 | 61 | 0 | 131 | 24 | 135 | 121 | 54 |
| Binary | 1101001 | 11001100 | 10110 | 110001 | 0 | 1011001 | 10100 | 1011101 | 1010001 | 101100 |
Color Harmonies of #69CC16
Complementary color
Monochromatic Colors of #69CC16
Black with #69CC16
Text Example
Text Example
White with #69CC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69CC16; }
p { color: rgb(105,204,22); }
H1.HeaderClassName
{
color: #69CC16;
}
.AnyTagClassName
{
color: #69CC16;
}
</style>
background-color css
<style>
a { background-color: #69CC16; }
a { background-color: rgb(105,204,22); }
div.DivClassName
{
background-color: #69CC16;
}
.BgClassName
{
background-color: #69CC16;
}
</style>
border-color css
<style>
span { border-color: #69CC16; }
span { border-color: rgb(105,204,22); }
td.TdClassName
{
border-color: #69CC16;
}
.TagClassName
{
border-color: #69CC16;
}
</style>