Shades of Kelly Green #69D015
Tints of Kelly Green #69D015
RGB
CMYK
RGB Variations
Color information
#69D015 (or 0x69D015) is known color: Kelly Green. HEX triplet: 69, D0 and 15. RGB value is (105,208,21). Sum of RGB (Red+Green+Blue) = 105+208+21=334 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.44% from 334); Green value is 208 (81.64% from 255 or 62.28% from 334); Blue value is 21 (8.59% from 255 or 6.29% from 334); Max value from RGB is 208 - color contains mainly: green. Hex color #69D015 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #69D015 is #962FEA. Grayscale: #9C9C9C. Windows color (decimal): -9842667 or 1429609. OLE color: 1429609.
HSL color Cylindrical-coordinate representation of color #69D015: hue angle of 93.05º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #69D015 is Cyan = 0.50, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 105 | 208 | 21 | - |
| CMYK | 0.50 | 0 | 0.90 | 0.18 |
| HSL | 93.05º | 0.82% | 0.45% | - |
| HSV(B) | 93.05º | 0.9% | 0.82% | - |
| XYZ | 28.52 | 48.17 | 8.5 | - |
| YUV | 155.89 | 51.88 | 91.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 208 | 21 | 0.50 | 0 | 0.90 | 0.18 | 93.05 | 0.82 | 0.45 |
| Hex | 69 | D0 | 15 | 32 | 0 | 5A | 12 | 5D | 52 | 2D |
| Octal | 151 | 320 | 25 | 62 | 0 | 132 | 22 | 135 | 122 | 55 |
| Binary | 1101001 | 11010000 | 10101 | 110010 | 0 | 1011010 | 10010 | 1011101 | 1010010 | 101101 |
Color Harmonies of #69D015
Complementary color
Monochromatic Colors of #69D015
Black with #69D015
Text Example
Text Example
White with #69D015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D015; }
p { color: rgb(105,208,21); }
H1.HeaderClassName
{
color: #69D015;
}
.AnyTagClassName
{
color: #69D015;
}
</style>
background-color css
<style>
a { background-color: #69D015; }
a { background-color: rgb(105,208,21); }
div.DivClassName
{
background-color: #69D015;
}
.BgClassName
{
background-color: #69D015;
}
</style>
border-color css
<style>
span { border-color: #69D015; }
span { border-color: rgb(105,208,21); }
td.TdClassName
{
border-color: #69D015;
}
.TagClassName
{
border-color: #69D015;
}
</style>