Shades of Kelly Green #69CB14
Tints of Kelly Green #69CB14
RGB
CMYK
RGB Variations
Color information
#69CB14 (or 0x69CB14) is known color: Kelly Green. HEX triplet: 69, CB and 14. RGB value is (105,203,20). Sum of RGB (Red+Green+Blue) = 105+203+20=328 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.01% from 328); Green value is 203 (79.69% from 255 or 61.89% from 328); Blue value is 20 (8.20% from 255 or 6.10% from 328); Max value from RGB is 203 - color contains mainly: green. Hex color #69CB14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #69CB14 is #9634EB. Grayscale: #999999. Windows color (decimal): -9843948 or 1362793. OLE color: 1362793.
HSL color Cylindrical-coordinate representation of color #69CB14: hue angle of 92.13º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #69CB14 is Cyan = 0.48, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 105 | 203 | 20 | - |
| CMYK | 0.48 | 0 | 0.90 | 0.20 |
| HSL | 92.13º | 0.82% | 0.44% | - |
| HSV(B) | 92.13º | 0.9% | 0.8% | - |
| XYZ | 27.31 | 45.77 | 8.06 | - |
| YUV | 152.84 | 53.03 | 93.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 203 | 20 | 0.48 | 0 | 0.90 | 0.20 | 92.13 | 0.82 | 0.44 |
| Hex | 69 | CB | 14 | 30 | 0 | 5A | 14 | 5C | 52 | 2C |
| Octal | 151 | 313 | 24 | 60 | 0 | 132 | 24 | 134 | 122 | 54 |
| Binary | 1101001 | 11001011 | 10100 | 110000 | 0 | 1011010 | 10100 | 1011100 | 1010010 | 101100 |
Color Harmonies of #69CB14
Complementary color
Monochromatic Colors of #69CB14
Black with #69CB14
Text Example
Text Example
White with #69CB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69CB14; }
p { color: rgb(105,203,20); }
H1.HeaderClassName
{
color: #69CB14;
}
.AnyTagClassName
{
color: #69CB14;
}
</style>
background-color css
<style>
a { background-color: #69CB14; }
a { background-color: rgb(105,203,20); }
div.DivClassName
{
background-color: #69CB14;
}
.BgClassName
{
background-color: #69CB14;
}
</style>
border-color css
<style>
span { border-color: #69CB14; }
span { border-color: rgb(105,203,20); }
td.TdClassName
{
border-color: #69CB14;
}
.TagClassName
{
border-color: #69CB14;
}
</style>