Shades of Kelly Green #69DC28
Tints of Kelly Green #69DC28
RGB
CMYK
RGB Variations
Color information
#69DC28 (or 0x69DC28) is known color: Kelly Green. HEX triplet: 69, DC and 28. RGB value is (105,220,40). Sum of RGB (Red+Green+Blue) = 105+220+40=365 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.77% from 365); Green value is 220 (86.33% from 255 or 60.27% from 365); Blue value is 40 (16.02% from 255 or 10.96% from 365); Max value from RGB is 220 - color contains mainly: green. Hex color #69DC28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69DC28 is #9623D7. Grayscale: #A5A5A5. Windows color (decimal): -9839576 or 2677865. OLE color: 2677865.
HSL color Cylindrical-coordinate representation of color #69DC28: hue angle of 98.33º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #69DC28 is Cyan = 0.52, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 220 | 40 | - |
| CMYK | 0.52 | 0 | 0.82 | 0.14 |
| HSL | 98.33º | 0.72% | 0.51% | - |
| HSV(B) | 98.33º | 0.82% | 0.86% | - |
| XYZ | 31.8 | 54.34 | 10.82 | - |
| YUV | 165.1 | 57.4 | 85.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 220 | 40 | 0.52 | 0 | 0.82 | 0.14 | 98.33 | 0.72 | 0.51 |
| Hex | 69 | DC | 28 | 34 | 0 | 52 | E | 62 | 48 | 33 |
| Octal | 151 | 334 | 50 | 64 | 0 | 122 | 16 | 142 | 110 | 63 |
| Binary | 1101001 | 11011100 | 101000 | 110100 | 0 | 1010010 | 1110 | 1100010 | 1001000 | 110011 |
Color Harmonies of #69DC28
Complementary color
Monochromatic Colors of #69DC28
Black with #69DC28
Text Example
Text Example
White with #69DC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DC28; }
p { color: rgb(105,220,40); }
H1.HeaderClassName
{
color: #69DC28;
}
.AnyTagClassName
{
color: #69DC28;
}
</style>
background-color css
<style>
a { background-color: #69DC28; }
a { background-color: rgb(105,220,40); }
div.DivClassName
{
background-color: #69DC28;
}
.BgClassName
{
background-color: #69DC28;
}
</style>
border-color css
<style>
span { border-color: #69DC28; }
span { border-color: rgb(105,220,40); }
td.TdClassName
{
border-color: #69DC28;
}
.TagClassName
{
border-color: #69DC28;
}
</style>