Shades of Kelly Green #69DD28
Tints of Kelly Green #69DD28
RGB
CMYK
RGB Variations
Color information
#69DD28 (or 0x69DD28) is known color: Kelly Green. HEX triplet: 69, DD and 28. RGB value is (105,221,40). Sum of RGB (Red+Green+Blue) = 105+221+40=366 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.69% from 366); Green value is 221 (86.72% from 255 or 60.38% from 366); Blue value is 40 (16.02% from 255 or 10.93% from 366); Max value from RGB is 221 - color contains mainly: green. Hex color #69DD28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69DD28 is #9622D7. Grayscale: #A6A6A6. Windows color (decimal): -9839320 or 2678121. OLE color: 2678121.
HSL color Cylindrical-coordinate representation of color #69DD28: hue angle of 98.45º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #69DD28 is Cyan = 0.52, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 221 | 40 | - |
| CMYK | 0.52 | 0 | 0.82 | 0.13 |
| HSL | 98.45º | 0.73% | 0.51% | - |
| HSV(B) | 98.45º | 0.82% | 0.87% | - |
| XYZ | 32.07 | 54.87 | 10.91 | - |
| YUV | 165.68 | 57.07 | 84.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 221 | 40 | 0.52 | 0 | 0.82 | 0.13 | 98.45 | 0.73 | 0.51 |
| Hex | 69 | DD | 28 | 34 | 0 | 52 | D | 62 | 49 | 33 |
| Octal | 151 | 335 | 50 | 64 | 0 | 122 | 15 | 142 | 111 | 63 |
| Binary | 1101001 | 11011101 | 101000 | 110100 | 0 | 1010010 | 1101 | 1100010 | 1001001 | 110011 |
Color Harmonies of #69DD28
Complementary color
Monochromatic Colors of #69DD28
Black with #69DD28
Text Example
Text Example
White with #69DD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DD28; }
p { color: rgb(105,221,40); }
H1.HeaderClassName
{
color: #69DD28;
}
.AnyTagClassName
{
color: #69DD28;
}
</style>
background-color css
<style>
a { background-color: #69DD28; }
a { background-color: rgb(105,221,40); }
div.DivClassName
{
background-color: #69DD28;
}
.BgClassName
{
background-color: #69DD28;
}
</style>
border-color css
<style>
span { border-color: #69DD28; }
span { border-color: rgb(105,221,40); }
td.TdClassName
{
border-color: #69DD28;
}
.TagClassName
{
border-color: #69DD28;
}
</style>