Shades of Kelly Green #69C81C
Tints of Kelly Green #69C81C
RGB
CMYK
RGB Variations
Color information
#69C81C (or 0x69C81C) is known color: Kelly Green. HEX triplet: 69, C8 and 1C. RGB value is (105,200,28). Sum of RGB (Red+Green+Blue) = 105+200+28=333 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.53% from 333); Green value is 200 (78.52% from 255 or 60.06% from 333); Blue value is 28 (11.33% from 255 or 8.41% from 333); Max value from RGB is 200 - color contains mainly: green. Hex color #69C81C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69C81C is #9637E3. Grayscale: #989898. Windows color (decimal): -9844708 or 1886313. OLE color: 1886313.
HSL color Cylindrical-coordinate representation of color #69C81C: hue angle of 93.14º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #69C81C is Cyan = 0.48, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 105 | 200 | 28 | - |
| CMYK | 0.48 | 0 | 0.86 | 0.22 |
| HSL | 93.14º | 0.75% | 0.45% | - |
| HSV(B) | 93.14º | 0.86% | 0.78% | - |
| XYZ | 26.69 | 44.4 | 8.26 | - |
| YUV | 151.99 | 58.03 | 94.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 200 | 28 | 0.48 | 0 | 0.86 | 0.22 | 93.14 | 0.75 | 0.45 |
| Hex | 69 | C8 | 1C | 30 | 0 | 56 | 16 | 5D | 4B | 2D |
| Octal | 151 | 310 | 34 | 60 | 0 | 126 | 26 | 135 | 113 | 55 |
| Binary | 1101001 | 11001000 | 11100 | 110000 | 0 | 1010110 | 10110 | 1011101 | 1001011 | 101101 |
Color Harmonies of #69C81C
Complementary color
Monochromatic Colors of #69C81C
Black with #69C81C
Text Example
Text Example
White with #69C81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C81C; }
p { color: rgb(105,200,28); }
H1.HeaderClassName
{
color: #69C81C;
}
.AnyTagClassName
{
color: #69C81C;
}
</style>
background-color css
<style>
a { background-color: #69C81C; }
a { background-color: rgb(105,200,28); }
div.DivClassName
{
background-color: #69C81C;
}
.BgClassName
{
background-color: #69C81C;
}
</style>
border-color css
<style>
span { border-color: #69C81C; }
span { border-color: rgb(105,200,28); }
td.TdClassName
{
border-color: #69C81C;
}
.TagClassName
{
border-color: #69C81C;
}
</style>