Shades of Kelly Green #25BC07
Tints of Kelly Green #25BC07
RGB
CMYK
RGB Variations
Color information
#25BC07 (or 0x25BC07) is known color: Kelly Green. HEX triplet: 25, BC and 07. RGB value is (37,188,7). Sum of RGB (Red+Green+Blue) = 37+188+7=232 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.95% from 232); Green value is 188 (73.83% from 255 or 81.03% from 232); Blue value is 7 (3.12% from 255 or 3.02% from 232); Max value from RGB is 188 - color contains mainly: green. Hex color #25BC07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25BC07 is #DA43F8. Grayscale: #7A7A7A. Windows color (decimal): -14304249 or 506917. OLE color: 506917.
HSL color Cylindrical-coordinate representation of color #25BC07: hue angle of 110.06º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #25BC07 is Cyan = 0.80, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 37 | 188 | 7 | - |
| CMYK | 0.80 | 0 | 0.96 | 0.26 |
| HSL | 110.06º | 0.93% | 0.38% | - |
| HSV(B) | 110.06º | 0.96% | 0.74% | - |
| XYZ | 18.78 | 36.38 | 6.23 | - |
| YUV | 122.22 | 62.97 | 67.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 188 | 7 | 0.80 | 0 | 0.96 | 0.26 | 110.06 | 0.93 | 0.38 |
| Hex | 25 | BC | 7 | 50 | 0 | 60 | 1A | 6E | 5D | 26 |
| Octal | 45 | 274 | 7 | 120 | 0 | 140 | 32 | 156 | 135 | 46 |
| Binary | 100101 | 10111100 | 111 | 1010000 | 0 | 1100000 | 11010 | 1101110 | 1011101 | 100110 |
Color Harmonies of #25BC07
Complementary color
Monochromatic Colors of #25BC07
Black with #25BC07
Text Example
Text Example
White with #25BC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BC07; }
p { color: rgb(37,188,7); }
H1.HeaderClassName
{
color: #25BC07;
}
.AnyTagClassName
{
color: #25BC07;
}
</style>
background-color css
<style>
a { background-color: #25BC07; }
a { background-color: rgb(37,188,7); }
div.DivClassName
{
background-color: #25BC07;
}
.BgClassName
{
background-color: #25BC07;
}
</style>
border-color css
<style>
span { border-color: #25BC07; }
span { border-color: rgb(37,188,7); }
td.TdClassName
{
border-color: #25BC07;
}
.TagClassName
{
border-color: #25BC07;
}
</style>