Shades of Kelly Green #69D915
Tints of Kelly Green #69D915
RGB
CMYK
RGB Variations
Color information
#69D915 (or 0x69D915) is known color: Kelly Green. HEX triplet: 69, D9 and 15. RGB value is (105,217,21). Sum of RGB (Red+Green+Blue) = 105+217+21=343 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.61% from 343); Green value is 217 (85.16% from 255 or 63.27% from 343); Blue value is 21 (8.59% from 255 or 6.12% from 343); Max value from RGB is 217 - color contains mainly: green. Hex color #69D915 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #69D915 is #9626EA. Grayscale: #A1A1A1. Windows color (decimal): -9840363 or 1431913. OLE color: 1431913.
HSL color Cylindrical-coordinate representation of color #69D915: hue angle of 94.29º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #69D915 is Cyan = 0.52, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 105 | 217 | 21 | - |
| CMYK | 0.52 | 0 | 0.90 | 0.15 |
| HSL | 94.29º | 0.82% | 0.47% | - |
| HSV(B) | 94.29º | 0.9% | 0.85% | - |
| XYZ | 30.77 | 52.68 | 9.26 | - |
| YUV | 161.17 | 48.89 | 87.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 217 | 21 | 0.52 | 0 | 0.90 | 0.15 | 94.29 | 0.82 | 0.47 |
| Hex | 69 | D9 | 15 | 34 | 0 | 5A | F | 5E | 52 | 2F |
| Octal | 151 | 331 | 25 | 64 | 0 | 132 | 17 | 136 | 122 | 57 |
| Binary | 1101001 | 11011001 | 10101 | 110100 | 0 | 1011010 | 1111 | 1011110 | 1010010 | 101111 |
Color Harmonies of #69D915
Complementary color
Monochromatic Colors of #69D915
Black with #69D915
Text Example
Text Example
White with #69D915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D915; }
p { color: rgb(105,217,21); }
H1.HeaderClassName
{
color: #69D915;
}
.AnyTagClassName
{
color: #69D915;
}
</style>
background-color css
<style>
a { background-color: #69D915; }
a { background-color: rgb(105,217,21); }
div.DivClassName
{
background-color: #69D915;
}
.BgClassName
{
background-color: #69D915;
}
</style>
border-color css
<style>
span { border-color: #69D915; }
span { border-color: rgb(105,217,21); }
td.TdClassName
{
border-color: #69D915;
}
.TagClassName
{
border-color: #69D915;
}
</style>