Shades of Kelly Green #69CF28
Tints of Kelly Green #69CF28
RGB
CMYK
RGB Variations
Color information
#69CF28 (or 0x69CF28) is known color: Kelly Green. HEX triplet: 69, CF and 28. RGB value is (105,207,40). Sum of RGB (Red+Green+Blue) = 105+207+40=352 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.83% from 352); Green value is 207 (81.25% from 255 or 58.81% from 352); Blue value is 40 (16.02% from 255 or 11.36% from 352); Max value from RGB is 207 - color contains mainly: green. Hex color #69CF28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69CF28 is #9630D7. Grayscale: #9E9E9E. Windows color (decimal): -9842904 or 2674537. OLE color: 2674537.
HSL color Cylindrical-coordinate representation of color #69CF28: hue angle of 96.65º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #69CF28 is Cyan = 0.49, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 207 | 40 | - |
| CMYK | 0.49 | 0 | 0.81 | 0.19 |
| HSL | 96.65º | 0.68% | 0.48% | - |
| HSV(B) | 96.65º | 0.81% | 0.81% | - |
| XYZ | 28.52 | 47.78 | 9.73 | - |
| YUV | 157.46 | 61.71 | 90.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 207 | 40 | 0.49 | 0 | 0.81 | 0.19 | 96.65 | 0.68 | 0.48 |
| Hex | 69 | CF | 28 | 31 | 0 | 51 | 13 | 61 | 44 | 30 |
| Octal | 151 | 317 | 50 | 61 | 0 | 121 | 23 | 141 | 104 | 60 |
| Binary | 1101001 | 11001111 | 101000 | 110001 | 0 | 1010001 | 10011 | 1100001 | 1000100 | 110000 |
Color Harmonies of #69CF28
Complementary color
Monochromatic Colors of #69CF28
Black with #69CF28
Text Example
Text Example
White with #69CF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69CF28; }
p { color: rgb(105,207,40); }
H1.HeaderClassName
{
color: #69CF28;
}
.AnyTagClassName
{
color: #69CF28;
}
</style>
background-color css
<style>
a { background-color: #69CF28; }
a { background-color: rgb(105,207,40); }
div.DivClassName
{
background-color: #69CF28;
}
.BgClassName
{
background-color: #69CF28;
}
</style>
border-color css
<style>
span { border-color: #69CF28; }
span { border-color: rgb(105,207,40); }
td.TdClassName
{
border-color: #69CF28;
}
.TagClassName
{
border-color: #69CF28;
}
</style>