Shades of Citron #8F9725
Tints of Citron #8F9725
RGB
CMYK
RGB Variations
Color information
#8F9725 (or 0x8F9725) is known color: Citron. HEX triplet: 8F, 97 and 25. RGB value is (143,151,37). Sum of RGB (Red+Green+Blue) = 143+151+37=331 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.20% from 331); Green value is 151 (59.38% from 255 or 45.62% from 331); Blue value is 37 (14.84% from 255 or 11.18% from 331); Max value from RGB is 151 - color contains mainly: green. Hex color #8F9725 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9725 is #7068DA. Grayscale: #888888. Windows color (decimal): -7366875 or 2463631. OLE color: 2463631.
HSL color Cylindrical-coordinate representation of color #8F9725: hue angle of 64.21º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8F9725 is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 143 | 151 | 37 | - |
| CMYK | 0.05 | 0 | 0.75 | 0.41 |
| HSL | 64.21º | 0.61% | 0.37% | - |
| HSV(B) | 64.21º | 0.75% | 0.59% | - |
| XYZ | 22.73 | 28.11 | 5.98 | - |
| YUV | 135.61 | 72.35 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 151 | 37 | 0.05 | 0 | 0.75 | 0.41 | 64.21 | 0.61 | 0.37 |
| Hex | 8F | 97 | 25 | 5 | 0 | 4B | 29 | 40 | 3D | 25 |
| Octal | 217 | 227 | 45 | 5 | 0 | 113 | 51 | 100 | 75 | 45 |
| Binary | 10001111 | 10010111 | 100101 | 101 | 0 | 1001011 | 101001 | 1000000 | 111101 | 100101 |
Color Harmonies of #8F9725
Complementary color
Monochromatic Colors of #8F9725
Black with #8F9725
Text Example
Text Example
White with #8F9725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9725; }
p { color: rgb(143,151,37); }
H1.HeaderClassName
{
color: #8F9725;
}
.AnyTagClassName
{
color: #8F9725;
}
</style>
background-color css
<style>
a { background-color: #8F9725; }
a { background-color: rgb(143,151,37); }
div.DivClassName
{
background-color: #8F9725;
}
.BgClassName
{
background-color: #8F9725;
}
</style>
border-color css
<style>
span { border-color: #8F9725; }
span { border-color: rgb(143,151,37); }
td.TdClassName
{
border-color: #8F9725;
}
.TagClassName
{
border-color: #8F9725;
}
</style>