Shades of Kelly Green #25BB07
Tints of Kelly Green #25BB07
RGB
CMYK
RGB Variations
Color information
#25BB07 (or 0x25BB07) is known color: Kelly Green. HEX triplet: 25, BB and 07. RGB value is (37,187,7). Sum of RGB (Red+Green+Blue) = 37+187+7=231 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.02% from 231); Green value is 187 (73.44% from 255 or 80.95% from 231); Blue value is 7 (3.12% from 255 or 3.03% from 231); Max value from RGB is 187 - color contains mainly: green. Hex color #25BB07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25BB07 is #DA44F8. Grayscale: #7A7A7A. Windows color (decimal): -14304505 or 506661. OLE color: 506661.
HSL color Cylindrical-coordinate representation of color #25BB07: hue angle of 110º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #25BB07 is Cyan = 0.80, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 187 | 7 | - |
| CMYK | 0.80 | 0 | 0.96 | 0.27 |
| HSL | 110º | 0.93% | 0.38% | - |
| HSV(B) | 110º | 0.96% | 0.73% | - |
| XYZ | 18.57 | 35.95 | 6.16 | - |
| YUV | 121.63 | 63.31 | 67.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 187 | 7 | 0.80 | 0 | 0.96 | 0.27 | 110 | 0.93 | 0.38 |
| Hex | 25 | BB | 7 | 50 | 0 | 60 | 1B | 6E | 5D | 26 |
| Octal | 45 | 273 | 7 | 120 | 0 | 140 | 33 | 156 | 135 | 46 |
| Binary | 100101 | 10111011 | 111 | 1010000 | 0 | 1100000 | 11011 | 1101110 | 1011101 | 100110 |
Color Harmonies of #25BB07
Complementary color
Monochromatic Colors of #25BB07
Black with #25BB07
Text Example
Text Example
White with #25BB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BB07; }
p { color: rgb(37,187,7); }
H1.HeaderClassName
{
color: #25BB07;
}
.AnyTagClassName
{
color: #25BB07;
}
</style>
background-color css
<style>
a { background-color: #25BB07; }
a { background-color: rgb(37,187,7); }
div.DivClassName
{
background-color: #25BB07;
}
.BgClassName
{
background-color: #25BB07;
}
</style>
border-color css
<style>
span { border-color: #25BB07; }
span { border-color: rgb(37,187,7); }
td.TdClassName
{
border-color: #25BB07;
}
.TagClassName
{
border-color: #25BB07;
}
</style>