Shades of Citrus #8DB105
Tints of Citrus #8DB105
RGB
CMYK
RGB Variations
Color information
#8DB105 (or 0x8DB105) is known color: Citrus. HEX triplet: 8D, B1 and 05. RGB value is (141,177,5). Sum of RGB (Red+Green+Blue) = 141+177+5=323 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.65% from 323); Green value is 177 (69.53% from 255 or 54.80% from 323); Blue value is 5 (2.34% from 255 or 1.55% from 323); Max value from RGB is 177 - color contains mainly: green. Hex color #8DB105 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DB105 is #724EFA. Grayscale: #939393. Windows color (decimal): -7491323 or 373133. OLE color: 373133.
HSL color Cylindrical-coordinate representation of color #8DB105: hue angle of 72.56º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8DB105 is Cyan = 0.20, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 177 | 5 | - |
| CMYK | 0.20 | 0 | 0.97 | 0.31 |
| HSL | 72.56º | 0.95% | 0.36% | - |
| HSV(B) | 72.56º | 0.97% | 0.69% | - |
| XYZ | 26.73 | 37.12 | 5.9 | - |
| YUV | 146.63 | 48.07 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 177 | 5 | 0.20 | 0 | 0.97 | 0.31 | 72.56 | 0.95 | 0.36 |
| Hex | 8D | B1 | 5 | 14 | 0 | 61 | 1F | 49 | 5F | 24 |
| Octal | 215 | 261 | 5 | 24 | 0 | 141 | 37 | 111 | 137 | 44 |
| Binary | 10001101 | 10110001 | 101 | 10100 | 0 | 1100001 | 11111 | 1001001 | 1011111 | 100100 |
Color Harmonies of #8DB105
Complementary color
Monochromatic Colors of #8DB105
Black with #8DB105
Text Example
Text Example
White with #8DB105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB105; }
p { color: rgb(141,177,5); }
H1.HeaderClassName
{
color: #8DB105;
}
.AnyTagClassName
{
color: #8DB105;
}
</style>
background-color css
<style>
a { background-color: #8DB105; }
a { background-color: rgb(141,177,5); }
div.DivClassName
{
background-color: #8DB105;
}
.BgClassName
{
background-color: #8DB105;
}
</style>
border-color css
<style>
span { border-color: #8DB105; }
span { border-color: rgb(141,177,5); }
td.TdClassName
{
border-color: #8DB105;
}
.TagClassName
{
border-color: #8DB105;
}
</style>