Shades of Kelly Green #69D426
Tints of Kelly Green #69D426
RGB
CMYK
RGB Variations
Color information
#69D426 (or 0x69D426) is known color: Kelly Green. HEX triplet: 69, D4 and 26. RGB value is (105,212,38). Sum of RGB (Red+Green+Blue) = 105+212+38=355 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.58% from 355); Green value is 212 (83.20% from 255 or 59.72% from 355); Blue value is 38 (15.23% from 255 or 10.70% from 355); Max value from RGB is 212 - color contains mainly: green. Hex color #69D426 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69D426 is #962BD9. Grayscale: #A0A0A0. Windows color (decimal): -9841626 or 2544745. OLE color: 2544745.
HSL color Cylindrical-coordinate representation of color #69D426: hue angle of 96.9º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #69D426 is Cyan = 0.50, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 105 | 212 | 38 | - |
| CMYK | 0.50 | 0 | 0.82 | 0.17 |
| HSL | 96.9º | 0.7% | 0.49% | - |
| HSV(B) | 96.9º | 0.82% | 0.83% | - |
| XYZ | 29.72 | 50.23 | 9.96 | - |
| YUV | 160.17 | 59.05 | 88.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 212 | 38 | 0.50 | 0 | 0.82 | 0.17 | 96.9 | 0.7 | 0.49 |
| Hex | 69 | D4 | 26 | 32 | 0 | 52 | 11 | 61 | 46 | 31 |
| Octal | 151 | 324 | 46 | 62 | 0 | 122 | 21 | 141 | 106 | 61 |
| Binary | 1101001 | 11010100 | 100110 | 110010 | 0 | 1010010 | 10001 | 1100001 | 1000110 | 110001 |
Color Harmonies of #69D426
Complementary color
Monochromatic Colors of #69D426
Black with #69D426
Text Example
Text Example
White with #69D426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D426; }
p { color: rgb(105,212,38); }
H1.HeaderClassName
{
color: #69D426;
}
.AnyTagClassName
{
color: #69D426;
}
</style>
background-color css
<style>
a { background-color: #69D426; }
a { background-color: rgb(105,212,38); }
div.DivClassName
{
background-color: #69D426;
}
.BgClassName
{
background-color: #69D426;
}
</style>
border-color css
<style>
span { border-color: #69D426; }
span { border-color: rgb(105,212,38); }
td.TdClassName
{
border-color: #69D426;
}
.TagClassName
{
border-color: #69D426;
}
</style>