Shades of Kelly Green #69D50C
Tints of Kelly Green #69D50C
RGB
CMYK
RGB Variations
Color information
#69D50C (or 0x69D50C) is known color: Kelly Green. HEX triplet: 69, D5 and 0C. RGB value is (105,213,12). Sum of RGB (Red+Green+Blue) = 105+213+12=330 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.82% from 330); Green value is 213 (83.59% from 255 or 64.55% from 330); Blue value is 12 (5.08% from 255 or 3.64% from 330); Max value from RGB is 213 - color contains mainly: green. Hex color #69D50C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #69D50C is #962AF3. Grayscale: #9E9E9E. Windows color (decimal): -9841396 or 841065. OLE color: 841065.
HSL color Cylindrical-coordinate representation of color #69D50C: hue angle of 92.24º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #69D50C is Cyan = 0.51, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 105 | 213 | 12 | - |
| CMYK | 0.51 | 0 | 0.94 | 0.16 |
| HSL | 92.24º | 0.89% | 0.44% | - |
| HSV(B) | 92.24º | 0.94% | 0.84% | - |
| XYZ | 29.69 | 50.62 | 8.55 | - |
| YUV | 157.79 | 45.72 | 90.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 213 | 12 | 0.51 | 0 | 0.94 | 0.16 | 92.24 | 0.89 | 0.44 |
| Hex | 69 | D5 | C | 33 | 0 | 5E | 10 | 5C | 59 | 2C |
| Octal | 151 | 325 | 14 | 63 | 0 | 136 | 20 | 134 | 131 | 54 |
| Binary | 1101001 | 11010101 | 1100 | 110011 | 0 | 1011110 | 10000 | 1011100 | 1011001 | 101100 |
Color Harmonies of #69D50C
Complementary color
Monochromatic Colors of #69D50C
Black with #69D50C
Text Example
Text Example
White with #69D50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D50C; }
p { color: rgb(105,213,12); }
H1.HeaderClassName
{
color: #69D50C;
}
.AnyTagClassName
{
color: #69D50C;
}
</style>
background-color css
<style>
a { background-color: #69D50C; }
a { background-color: rgb(105,213,12); }
div.DivClassName
{
background-color: #69D50C;
}
.BgClassName
{
background-color: #69D50C;
}
</style>
border-color css
<style>
span { border-color: #69D50C; }
span { border-color: rgb(105,213,12); }
td.TdClassName
{
border-color: #69D50C;
}
.TagClassName
{
border-color: #69D50C;
}
</style>