Shades of Kelly Green #69D614
Tints of Kelly Green #69D614
RGB
CMYK
RGB Variations
Color information
#69D614 (or 0x69D614) is known color: Kelly Green. HEX triplet: 69, D6 and 14. RGB value is (105,214,20). Sum of RGB (Red+Green+Blue) = 105+214+20=339 (44% of max value = 765). Red value is 105 (41.41% from 255 or 30.97% from 339); Green value is 214 (83.98% from 255 or 63.13% from 339); Blue value is 20 (8.20% from 255 or 5.90% from 339); Max value from RGB is 214 - color contains mainly: green. Hex color #69D614 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #69D614 is #9629EB. Grayscale: #9F9F9F. Windows color (decimal): -9841132 or 1365609. OLE color: 1365609.
HSL color Cylindrical-coordinate representation of color #69D614: hue angle of 93.71º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #69D614 is Cyan = 0.51, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 105 | 214 | 20 | - |
| CMYK | 0.51 | 0 | 0.91 | 0.16 |
| HSL | 93.71º | 0.83% | 0.46% | - |
| HSV(B) | 93.71º | 0.91% | 0.84% | - |
| XYZ | 30 | 51.15 | 8.95 | - |
| YUV | 159.29 | 49.39 | 89.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 214 | 20 | 0.51 | 0 | 0.91 | 0.16 | 93.71 | 0.83 | 0.46 |
| Hex | 69 | D6 | 14 | 33 | 0 | 5B | 10 | 5E | 53 | 2E |
| Octal | 151 | 326 | 24 | 63 | 0 | 133 | 20 | 136 | 123 | 56 |
| Binary | 1101001 | 11010110 | 10100 | 110011 | 0 | 1011011 | 10000 | 1011110 | 1010011 | 101110 |
Color Harmonies of #69D614
Complementary color
Monochromatic Colors of #69D614
Black with #69D614
Text Example
Text Example
White with #69D614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D614; }
p { color: rgb(105,214,20); }
H1.HeaderClassName
{
color: #69D614;
}
.AnyTagClassName
{
color: #69D614;
}
</style>
background-color css
<style>
a { background-color: #69D614; }
a { background-color: rgb(105,214,20); }
div.DivClassName
{
background-color: #69D614;
}
.BgClassName
{
background-color: #69D614;
}
</style>
border-color css
<style>
span { border-color: #69D614; }
span { border-color: rgb(105,214,20); }
td.TdClassName
{
border-color: #69D614;
}
.TagClassName
{
border-color: #69D614;
}
</style>