Shades of Kelly Green #69D728
Tints of Kelly Green #69D728
RGB
CMYK
RGB Variations
Color information
#69D728 (or 0x69D728) is known color: Kelly Green. HEX triplet: 69, D7 and 28. RGB value is (105,215,40). Sum of RGB (Red+Green+Blue) = 105+215+40=360 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.17% from 360); Green value is 215 (84.38% from 255 or 59.72% from 360); Blue value is 40 (16.02% from 255 or 11.11% from 360); Max value from RGB is 215 - color contains mainly: green. Hex color #69D728 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69D728 is #9628D7. Grayscale: #A2A2A2. Windows color (decimal): -9840856 or 2676585. OLE color: 2676585.
HSL color Cylindrical-coordinate representation of color #69D728: hue angle of 97.71º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #69D728 is Cyan = 0.51, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 105 | 215 | 40 | - |
| CMYK | 0.51 | 0 | 0.81 | 0.16 |
| HSL | 97.71º | 0.69% | 0.5% | - |
| HSV(B) | 97.71º | 0.81% | 0.84% | - |
| XYZ | 30.51 | 51.76 | 10.39 | - |
| YUV | 162.16 | 59.06 | 87.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 215 | 40 | 0.51 | 0 | 0.81 | 0.16 | 97.71 | 0.69 | 0.5 |
| Hex | 69 | D7 | 28 | 33 | 0 | 51 | 10 | 62 | 45 | 32 |
| Octal | 151 | 327 | 50 | 63 | 0 | 121 | 20 | 142 | 105 | 62 |
| Binary | 1101001 | 11010111 | 101000 | 110011 | 0 | 1010001 | 10000 | 1100010 | 1000101 | 110010 |
Color Harmonies of #69D728
Complementary color
Monochromatic Colors of #69D728
Black with #69D728
Text Example
Text Example
White with #69D728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D728; }
p { color: rgb(105,215,40); }
H1.HeaderClassName
{
color: #69D728;
}
.AnyTagClassName
{
color: #69D728;
}
</style>
background-color css
<style>
a { background-color: #69D728; }
a { background-color: rgb(105,215,40); }
div.DivClassName
{
background-color: #69D728;
}
.BgClassName
{
background-color: #69D728;
}
</style>
border-color css
<style>
span { border-color: #69D728; }
span { border-color: rgb(105,215,40); }
td.TdClassName
{
border-color: #69D728;
}
.TagClassName
{
border-color: #69D728;
}
</style>