Shades of Kelly Green #28BD01
Tints of Kelly Green #28BD01
RGB
CMYK
RGB Variations
Color information
#28BD01 (or 0x28BD01) is known color: Kelly Green. HEX triplet: 28, BD and 01. RGB value is (40,189,1). Sum of RGB (Red+Green+Blue) = 40+189+1=230 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.39% from 230); Green value is 189 (74.22% from 255 or 82.17% from 230); Blue value is 1 (0.78% from 255 or 0.43% from 230); Max value from RGB is 189 - color contains mainly: green. Hex color #28BD01 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28BD01 is #D742FE. Grayscale: #7B7B7B. Windows color (decimal): -14107391 or 113960. OLE color: 113960.
HSL color Cylindrical-coordinate representation of color #28BD01: hue angle of 107.55º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #28BD01 is Cyan = 0.79, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 189 | 1 | - |
| CMYK | 0.79 | 0 | 0.99 | 0.26 |
| HSL | 107.55º | 0.99% | 0.37% | - |
| HSV(B) | 107.55º | 0.99% | 0.74% | - |
| XYZ | 19.08 | 36.85 | 6.14 | - |
| YUV | 123.02 | 59.14 | 68.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 189 | 1 | 0.79 | 0 | 0.99 | 0.26 | 107.55 | 0.99 | 0.37 |
| Hex | 28 | BD | 1 | 4F | 0 | 63 | 1A | 6C | 63 | 25 |
| Octal | 50 | 275 | 1 | 117 | 0 | 143 | 32 | 154 | 143 | 45 |
| Binary | 101000 | 10111101 | 1 | 1001111 | 0 | 1100011 | 11010 | 1101100 | 1100011 | 100101 |
Color Harmonies of #28BD01
Complementary color
Monochromatic Colors of #28BD01
Black with #28BD01
Text Example
Text Example
White with #28BD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BD01; }
p { color: rgb(40,189,1); }
H1.HeaderClassName
{
color: #28BD01;
}
.AnyTagClassName
{
color: #28BD01;
}
</style>
background-color css
<style>
a { background-color: #28BD01; }
a { background-color: rgb(40,189,1); }
div.DivClassName
{
background-color: #28BD01;
}
.BgClassName
{
background-color: #28BD01;
}
</style>
border-color css
<style>
span { border-color: #28BD01; }
span { border-color: rgb(40,189,1); }
td.TdClassName
{
border-color: #28BD01;
}
.TagClassName
{
border-color: #28BD01;
}
</style>