Shades of Kelly Green #26BA05
Tints of Kelly Green #26BA05
RGB
CMYK
RGB Variations
Color information
#26BA05 (or 0x26BA05) is known color: Kelly Green. HEX triplet: 26, BA and 05. RGB value is (38,186,5). Sum of RGB (Red+Green+Blue) = 38+186+5=229 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.59% from 229); Green value is 186 (73.05% from 255 or 81.22% from 229); Blue value is 5 (2.34% from 255 or 2.18% from 229); Max value from RGB is 186 - color contains mainly: green. Hex color #26BA05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26BA05 is #D945FA. Grayscale: #797979. Windows color (decimal): -14239227 or 375334. OLE color: 375334.
HSL color Cylindrical-coordinate representation of color #26BA05: hue angle of 109.06º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #26BA05 is Cyan = 0.80, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 186 | 5 | - |
| CMYK | 0.80 | 0 | 0.97 | 0.27 |
| HSL | 109.06º | 0.95% | 0.37% | - |
| HSV(B) | 109.06º | 0.97% | 0.73% | - |
| XYZ | 18.39 | 35.54 | 6.03 | - |
| YUV | 121.11 | 62.47 | 68.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 186 | 5 | 0.80 | 0 | 0.97 | 0.27 | 109.06 | 0.95 | 0.37 |
| Hex | 26 | BA | 5 | 50 | 0 | 61 | 1B | 6D | 5F | 25 |
| Octal | 46 | 272 | 5 | 120 | 0 | 141 | 33 | 155 | 137 | 45 |
| Binary | 100110 | 10111010 | 101 | 1010000 | 0 | 1100001 | 11011 | 1101101 | 1011111 | 100101 |
Color Harmonies of #26BA05
Complementary color
Monochromatic Colors of #26BA05
Black with #26BA05
Text Example
Text Example
White with #26BA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BA05; }
p { color: rgb(38,186,5); }
H1.HeaderClassName
{
color: #26BA05;
}
.AnyTagClassName
{
color: #26BA05;
}
</style>
background-color css
<style>
a { background-color: #26BA05; }
a { background-color: rgb(38,186,5); }
div.DivClassName
{
background-color: #26BA05;
}
.BgClassName
{
background-color: #26BA05;
}
</style>
border-color css
<style>
span { border-color: #26BA05; }
span { border-color: rgb(38,186,5); }
td.TdClassName
{
border-color: #26BA05;
}
.TagClassName
{
border-color: #26BA05;
}
</style>