Shades of Kelly Green #69D100
Tints of Kelly Green #69D100
RGB
CMYK
RGB Variations
Color information
#69D100 (or 0x69D100) is known color: Kelly Green. HEX triplet: 69, D1 and 00. RGB value is (105,209,0). Sum of RGB (Red+Green+Blue) = 105+209+0=314 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.44% from 314); Green value is 209 (82.03% from 255 or 66.56% from 314); Blue value is 0 (0.39% from 255 or 0% from 314); Max value from RGB is 209 - color contains mainly: green. Hex color #69D100 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #69D100 is #962EFF. Grayscale: #9A9A9A. Windows color (decimal): -9842432 or 53609. OLE color: 53609.
HSL color Cylindrical-coordinate representation of color #69D100: hue angle of 89.86º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #69D100 is Cyan = 0.50, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 105 | 209 | 0 | - |
| CMYK | 0.50 | 0 | 1 | 0.18 |
| HSL | 89.86º | 1% | 0.41% | - |
| HSV(B) | 89.86º | 1% | 0.82% | - |
| XYZ | 28.63 | 48.6 | 7.87 | - |
| YUV | 154.08 | 41.04 | 92.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 209 | 0 | 0.50 | 0 | 1 | 0.18 | 89.86 | 1 | 0.41 |
| Hex | 69 | D1 | 0 | 32 | 0 | 64 | 12 | 5A | 64 | 29 |
| Octal | 151 | 321 | 0 | 62 | 0 | 144 | 22 | 132 | 144 | 51 |
| Binary | 1101001 | 11010001 | 0 | 110010 | 0 | 1100100 | 10010 | 1011010 | 1100100 | 101001 |
Color Harmonies of #69D100
Complementary color
Monochromatic Colors of #69D100
Black with #69D100
Text Example
Text Example
White with #69D100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D100; }
p { color: rgb(105,209,0); }
H1.HeaderClassName
{
color: #69D100;
}
.AnyTagClassName
{
color: #69D100;
}
</style>
background-color css
<style>
a { background-color: #69D100; }
a { background-color: rgb(105,209,0); }
div.DivClassName
{
background-color: #69D100;
}
.BgClassName
{
background-color: #69D100;
}
</style>
border-color css
<style>
span { border-color: #69D100; }
span { border-color: rgb(105,209,0); }
td.TdClassName
{
border-color: #69D100;
}
.TagClassName
{
border-color: #69D100;
}
</style>