Shades of Kelly Green #69D513
Tints of Kelly Green #69D513
RGB
CMYK
RGB Variations
Color information
#69D513 (or 0x69D513) is known color: Kelly Green. HEX triplet: 69, D5 and 13. RGB value is (105,213,19). Sum of RGB (Red+Green+Blue) = 105+213+19=337 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.16% from 337); Green value is 213 (83.59% from 255 or 63.20% from 337); Blue value is 19 (7.81% from 255 or 5.64% from 337); Max value from RGB is 213 - color contains mainly: green. Hex color #69D513 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #69D513 is #962AEC. Grayscale: #9F9F9F. Windows color (decimal): -9841389 or 1299817. OLE color: 1299817.
HSL color Cylindrical-coordinate representation of color #69D513: hue angle of 93.4º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #69D513 is Cyan = 0.51, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 105 | 213 | 19 | - |
| CMYK | 0.51 | 0 | 0.91 | 0.16 |
| HSL | 93.4º | 0.84% | 0.45% | - |
| HSV(B) | 93.4º | 0.91% | 0.84% | - |
| XYZ | 29.74 | 50.64 | 8.82 | - |
| YUV | 158.59 | 49.22 | 89.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 213 | 19 | 0.51 | 0 | 0.91 | 0.16 | 93.4 | 0.84 | 0.45 |
| Hex | 69 | D5 | 13 | 33 | 0 | 5B | 10 | 5D | 54 | 2D |
| Octal | 151 | 325 | 23 | 63 | 0 | 133 | 20 | 135 | 124 | 55 |
| Binary | 1101001 | 11010101 | 10011 | 110011 | 0 | 1011011 | 10000 | 1011101 | 1010100 | 101101 |
Color Harmonies of #69D513
Complementary color
Monochromatic Colors of #69D513
Black with #69D513
Text Example
Text Example
White with #69D513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D513; }
p { color: rgb(105,213,19); }
H1.HeaderClassName
{
color: #69D513;
}
.AnyTagClassName
{
color: #69D513;
}
</style>
background-color css
<style>
a { background-color: #69D513; }
a { background-color: rgb(105,213,19); }
div.DivClassName
{
background-color: #69D513;
}
.BgClassName
{
background-color: #69D513;
}
</style>
border-color css
<style>
span { border-color: #69D513; }
span { border-color: rgb(105,213,19); }
td.TdClassName
{
border-color: #69D513;
}
.TagClassName
{
border-color: #69D513;
}
</style>