Shades of Kelly Green #69C701
Tints of Kelly Green #69C701
RGB
CMYK
RGB Variations
Color information
#69C701 (or 0x69C701) is known color: Kelly Green. HEX triplet: 69, C7 and 01. RGB value is (105,199,1). Sum of RGB (Red+Green+Blue) = 105+199+1=305 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.43% from 305); Green value is 199 (78.12% from 255 or 65.25% from 305); Blue value is 1 (0.78% from 255 or 0.33% from 305); Max value from RGB is 199 - color contains mainly: green. Hex color #69C701 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #69C701 is #9638FE. Grayscale: #959595. Windows color (decimal): -9844991 or 116585. OLE color: 116585.
HSL color Cylindrical-coordinate representation of color #69C701: hue angle of 88.48º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #69C701 is Cyan = 0.47, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 105 | 199 | 1 | - |
| CMYK | 0.47 | 0 | 0.99 | 0.22 |
| HSL | 88.48º | 0.99% | 0.39% | - |
| HSV(B) | 88.48º | 0.99% | 0.78% | - |
| XYZ | 26.25 | 43.85 | 7.11 | - |
| YUV | 148.32 | 44.86 | 97.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 199 | 1 | 0.47 | 0 | 0.99 | 0.22 | 88.48 | 0.99 | 0.39 |
| Hex | 69 | C7 | 1 | 2F | 0 | 63 | 16 | 58 | 63 | 27 |
| Octal | 151 | 307 | 1 | 57 | 0 | 143 | 26 | 130 | 143 | 47 |
| Binary | 1101001 | 11000111 | 1 | 101111 | 0 | 1100011 | 10110 | 1011000 | 1100011 | 100111 |
Color Harmonies of #69C701
Complementary color
Monochromatic Colors of #69C701
Black with #69C701
Text Example
Text Example
White with #69C701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C701; }
p { color: rgb(105,199,1); }
H1.HeaderClassName
{
color: #69C701;
}
.AnyTagClassName
{
color: #69C701;
}
</style>
background-color css
<style>
a { background-color: #69C701; }
a { background-color: rgb(105,199,1); }
div.DivClassName
{
background-color: #69C701;
}
.BgClassName
{
background-color: #69C701;
}
</style>
border-color css
<style>
span { border-color: #69C701; }
span { border-color: rgb(105,199,1); }
td.TdClassName
{
border-color: #69C701;
}
.TagClassName
{
border-color: #69C701;
}
</style>