Shades of Kelly Green #69D72C
Tints of Kelly Green #69D72C
RGB
CMYK
RGB Variations
Color information
#69D72C (or 0x69D72C) is known color: Kelly Green. HEX triplet: 69, D7 and 2C. RGB value is (105,215,44). Sum of RGB (Red+Green+Blue) = 105+215+44=364 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.85% from 364); Green value is 215 (84.38% from 255 or 59.07% from 364); Blue value is 44 (17.58% from 255 or 12.09% from 364); Max value from RGB is 215 - color contains mainly: green. Hex color #69D72C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69D72C is #9628D3. Grayscale: #A3A3A3. Windows color (decimal): -9840852 or 2938729. OLE color: 2938729.
HSL color Cylindrical-coordinate representation of color #69D72C: hue angle of 98.6º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #69D72C is Cyan = 0.51, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 105 | 215 | 44 | - |
| CMYK | 0.51 | 0 | 0.80 | 0.16 |
| HSL | 98.6º | 0.68% | 0.51% | - |
| HSV(B) | 98.6º | 0.8% | 0.84% | - |
| XYZ | 30.58 | 51.79 | 10.77 | - |
| YUV | 162.62 | 61.06 | 86.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 215 | 44 | 0.51 | 0 | 0.80 | 0.16 | 98.6 | 0.68 | 0.51 |
| Hex | 69 | D7 | 2C | 33 | 0 | 50 | 10 | 63 | 44 | 33 |
| Octal | 151 | 327 | 54 | 63 | 0 | 120 | 20 | 143 | 104 | 63 |
| Binary | 1101001 | 11010111 | 101100 | 110011 | 0 | 1010000 | 10000 | 1100011 | 1000100 | 110011 |
Color Harmonies of #69D72C
Complementary color
Monochromatic Colors of #69D72C
Black with #69D72C
Text Example
Text Example
White with #69D72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D72C; }
p { color: rgb(105,215,44); }
H1.HeaderClassName
{
color: #69D72C;
}
.AnyTagClassName
{
color: #69D72C;
}
</style>
background-color css
<style>
a { background-color: #69D72C; }
a { background-color: rgb(105,215,44); }
div.DivClassName
{
background-color: #69D72C;
}
.BgClassName
{
background-color: #69D72C;
}
</style>
border-color css
<style>
span { border-color: #69D72C; }
span { border-color: rgb(105,215,44); }
td.TdClassName
{
border-color: #69D72C;
}
.TagClassName
{
border-color: #69D72C;
}
</style>