Shades of Kelly Green #26BD03
Tints of Kelly Green #26BD03
RGB
CMYK
RGB Variations
Color information
#26BD03 (or 0x26BD03) is known color: Kelly Green. HEX triplet: 26, BD and 03. RGB value is (38,189,3). Sum of RGB (Red+Green+Blue) = 38+189+3=230 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.52% from 230); Green value is 189 (74.22% from 255 or 82.17% from 230); Blue value is 3 (1.56% from 255 or 1.30% from 230); Max value from RGB is 189 - color contains mainly: green. Hex color #26BD03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26BD03 is #D942FC. Grayscale: #7B7B7B. Windows color (decimal): -14238461 or 245030. OLE color: 245030.
HSL color Cylindrical-coordinate representation of color #26BD03: hue angle of 108.71º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #26BD03 is Cyan = 0.80, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 189 | 3 | - |
| CMYK | 0.80 | 0 | 0.98 | 0.26 |
| HSL | 108.71º | 0.97% | 0.38% | - |
| HSV(B) | 108.71º | 0.98% | 0.74% | - |
| XYZ | 19.01 | 36.81 | 6.19 | - |
| YUV | 122.65 | 60.47 | 67.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 189 | 3 | 0.80 | 0 | 0.98 | 0.26 | 108.71 | 0.97 | 0.38 |
| Hex | 26 | BD | 3 | 50 | 0 | 62 | 1A | 6D | 61 | 26 |
| Octal | 46 | 275 | 3 | 120 | 0 | 142 | 32 | 155 | 141 | 46 |
| Binary | 100110 | 10111101 | 11 | 1010000 | 0 | 1100010 | 11010 | 1101101 | 1100001 | 100110 |
Color Harmonies of #26BD03
Complementary color
Monochromatic Colors of #26BD03
Black with #26BD03
Text Example
Text Example
White with #26BD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BD03; }
p { color: rgb(38,189,3); }
H1.HeaderClassName
{
color: #26BD03;
}
.AnyTagClassName
{
color: #26BD03;
}
</style>
background-color css
<style>
a { background-color: #26BD03; }
a { background-color: rgb(38,189,3); }
div.DivClassName
{
background-color: #26BD03;
}
.BgClassName
{
background-color: #26BD03;
}
</style>
border-color css
<style>
span { border-color: #26BD03; }
span { border-color: rgb(38,189,3); }
td.TdClassName
{
border-color: #26BD03;
}
.TagClassName
{
border-color: #26BD03;
}
</style>