Shades of Kelly Green #69CF20
Tints of Kelly Green #69CF20
RGB
CMYK
RGB Variations
Color information
#69CF20 (or 0x69CF20) is known color: Kelly Green. HEX triplet: 69, CF and 20. RGB value is (105,207,32). Sum of RGB (Red+Green+Blue) = 105+207+32=344 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.52% from 344); Green value is 207 (81.25% from 255 or 60.17% from 344); Blue value is 32 (12.89% from 255 or 9.30% from 344); Max value from RGB is 207 - color contains mainly: green. Hex color #69CF20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69CF20 is #9630DF. Grayscale: #9D9D9D. Windows color (decimal): -9842912 or 2150249. OLE color: 2150249.
HSL color Cylindrical-coordinate representation of color #69CF20: hue angle of 94.97º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #69CF20 is Cyan = 0.49, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 207 | 32 | - |
| CMYK | 0.49 | 0 | 0.85 | 0.19 |
| HSL | 94.97º | 0.73% | 0.47% | - |
| HSV(B) | 94.97º | 0.85% | 0.81% | - |
| XYZ | 28.4 | 47.73 | 9.08 | - |
| YUV | 156.55 | 57.71 | 91.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 207 | 32 | 0.49 | 0 | 0.85 | 0.19 | 94.97 | 0.73 | 0.47 |
| Hex | 69 | CF | 20 | 31 | 0 | 55 | 13 | 5F | 49 | 2F |
| Octal | 151 | 317 | 40 | 61 | 0 | 125 | 23 | 137 | 111 | 57 |
| Binary | 1101001 | 11001111 | 100000 | 110001 | 0 | 1010101 | 10011 | 1011111 | 1001001 | 101111 |
Color Harmonies of #69CF20
Complementary color
Monochromatic Colors of #69CF20
Black with #69CF20
Text Example
Text Example
White with #69CF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69CF20; }
p { color: rgb(105,207,32); }
H1.HeaderClassName
{
color: #69CF20;
}
.AnyTagClassName
{
color: #69CF20;
}
</style>
background-color css
<style>
a { background-color: #69CF20; }
a { background-color: rgb(105,207,32); }
div.DivClassName
{
background-color: #69CF20;
}
.BgClassName
{
background-color: #69CF20;
}
</style>
border-color css
<style>
span { border-color: #69CF20; }
span { border-color: rgb(105,207,32); }
td.TdClassName
{
border-color: #69CF20;
}
.TagClassName
{
border-color: #69CF20;
}
</style>