Shades of Kelly Green #28AF08
Tints of Kelly Green #28AF08
RGB
CMYK
RGB Variations
Color information
#28AF08 (or 0x28AF08) is known color: Kelly Green. HEX triplet: 28, AF and 08. RGB value is (40,175,8). Sum of RGB (Red+Green+Blue) = 40+175+8=223 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.94% from 223); Green value is 175 (68.75% from 255 or 78.48% from 223); Blue value is 8 (3.52% from 255 or 3.59% from 223); Max value from RGB is 175 - color contains mainly: green. Hex color #28AF08 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #28AF08 is #D750F7. Grayscale: #747474. Windows color (decimal): -14110968 or 569128. OLE color: 569128.
HSL color Cylindrical-coordinate representation of color #28AF08: hue angle of 108.5º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #28AF08 is Cyan = 0.77, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 175 | 8 | - |
| CMYK | 0.77 | 0 | 0.95 | 0.31 |
| HSL | 108.5º | 0.91% | 0.36% | - |
| HSV(B) | 108.5º | 0.95% | 0.69% | - |
| XYZ | 16.25 | 31.13 | 5.38 | - |
| YUV | 115.6 | 67.27 | 74.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 175 | 8 | 0.77 | 0 | 0.95 | 0.31 | 108.5 | 0.91 | 0.36 |
| Hex | 28 | AF | 8 | 4D | 0 | 5F | 1F | 6D | 5B | 24 |
| Octal | 50 | 257 | 10 | 115 | 0 | 137 | 37 | 155 | 133 | 44 |
| Binary | 101000 | 10101111 | 1000 | 1001101 | 0 | 1011111 | 11111 | 1101101 | 1011011 | 100100 |
Color Harmonies of #28AF08
Complementary color
Monochromatic Colors of #28AF08
Black with #28AF08
Text Example
Text Example
White with #28AF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AF08; }
p { color: rgb(40,175,8); }
H1.HeaderClassName
{
color: #28AF08;
}
.AnyTagClassName
{
color: #28AF08;
}
</style>
background-color css
<style>
a { background-color: #28AF08; }
a { background-color: rgb(40,175,8); }
div.DivClassName
{
background-color: #28AF08;
}
.BgClassName
{
background-color: #28AF08;
}
</style>
border-color css
<style>
span { border-color: #28AF08; }
span { border-color: rgb(40,175,8); }
td.TdClassName
{
border-color: #28AF08;
}
.TagClassName
{
border-color: #28AF08;
}
</style>