Shades of Citrus #8DB008
Tints of Citrus #8DB008
RGB
CMYK
RGB Variations
Color information
#8DB008 (or 0x8DB008) is known color: Citrus. HEX triplet: 8D, B0 and 08. RGB value is (141,176,8). Sum of RGB (Red+Green+Blue) = 141+176+8=325 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.38% from 325); Green value is 176 (69.14% from 255 or 54.15% from 325); Blue value is 8 (3.52% from 255 or 2.46% from 325); Max value from RGB is 176 - color contains mainly: green. Hex color #8DB008 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DB008 is #724FF7. Grayscale: #939393. Windows color (decimal): -7491576 or 569485. OLE color: 569485.
HSL color Cylindrical-coordinate representation of color #8DB008: hue angle of 72.5º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8DB008 is Cyan = 0.20, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 176 | 8 | - |
| CMYK | 0.20 | 0 | 0.95 | 0.31 |
| HSL | 72.5º | 0.91% | 0.36% | - |
| HSV(B) | 72.5º | 0.95% | 0.69% | - |
| XYZ | 26.55 | 36.73 | 5.92 | - |
| YUV | 146.38 | 49.9 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 176 | 8 | 0.20 | 0 | 0.95 | 0.31 | 72.5 | 0.91 | 0.36 |
| Hex | 8D | B0 | 8 | 14 | 0 | 5F | 1F | 48 | 5B | 24 |
| Octal | 215 | 260 | 10 | 24 | 0 | 137 | 37 | 110 | 133 | 44 |
| Binary | 10001101 | 10110000 | 1000 | 10100 | 0 | 1011111 | 11111 | 1001000 | 1011011 | 100100 |
Color Harmonies of #8DB008
Complementary color
Monochromatic Colors of #8DB008
Black with #8DB008
Text Example
Text Example
White with #8DB008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB008; }
p { color: rgb(141,176,8); }
H1.HeaderClassName
{
color: #8DB008;
}
.AnyTagClassName
{
color: #8DB008;
}
</style>
background-color css
<style>
a { background-color: #8DB008; }
a { background-color: rgb(141,176,8); }
div.DivClassName
{
background-color: #8DB008;
}
.BgClassName
{
background-color: #8DB008;
}
</style>
border-color css
<style>
span { border-color: #8DB008; }
span { border-color: rgb(141,176,8); }
td.TdClassName
{
border-color: #8DB008;
}
.TagClassName
{
border-color: #8DB008;
}
</style>