Shades of Citron #859D07
Tints of Citron #859D07
RGB
CMYK
RGB Variations
Color information
#859D07 (or 0x859D07) is known color: Citron. HEX triplet: 85, 9D and 07. RGB value is (133,157,7). Sum of RGB (Red+Green+Blue) = 133+157+7=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 157 (61.72% from 255 or 52.86% from 297); Blue value is 7 (3.12% from 255 or 2.36% from 297); Max value from RGB is 157 - color contains mainly: green. Hex color #859D07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #859D07 is #7A62F8. Grayscale: #858585. Windows color (decimal): -8020729 or 499077. OLE color: 499077.
HSL color Cylindrical-coordinate representation of color #859D07: hue angle of 69.6º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #859D07 is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 157 | 7 | - |
| CMYK | 0.15 | 0 | 0.96 | 0.38 |
| HSL | 69.6º | 0.91% | 0.32% | - |
| HSV(B) | 69.6º | 0.96% | 0.62% | - |
| XYZ | 21.77 | 29.12 | 4.67 | - |
| YUV | 132.72 | 57.05 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 157 | 7 | 0.15 | 0 | 0.96 | 0.38 | 69.6 | 0.91 | 0.32 |
| Hex | 85 | 9D | 7 | F | 0 | 60 | 26 | 46 | 5B | 20 |
| Octal | 205 | 235 | 7 | 17 | 0 | 140 | 46 | 106 | 133 | 40 |
| Binary | 10000101 | 10011101 | 111 | 1111 | 0 | 1100000 | 100110 | 1000110 | 1011011 | 100000 |
Color Harmonies of #859D07
Complementary color
Monochromatic Colors of #859D07
Black with #859D07
Text Example
Text Example
White with #859D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859D07; }
p { color: rgb(133,157,7); }
H1.HeaderClassName
{
color: #859D07;
}
.AnyTagClassName
{
color: #859D07;
}
</style>
background-color css
<style>
a { background-color: #859D07; }
a { background-color: rgb(133,157,7); }
div.DivClassName
{
background-color: #859D07;
}
.BgClassName
{
background-color: #859D07;
}
</style>
border-color css
<style>
span { border-color: #859D07; }
span { border-color: rgb(133,157,7); }
td.TdClassName
{
border-color: #859D07;
}
.TagClassName
{
border-color: #859D07;
}
</style>