Shades of Citrus #8DB608
Tints of Citrus #8DB608
RGB
CMYK
RGB Variations
Color information
#8DB608 (or 0x8DB608) is known color: Citrus. HEX triplet: 8D, B6 and 08. RGB value is (141,182,8). Sum of RGB (Red+Green+Blue) = 141+182+8=331 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.60% from 331); Green value is 182 (71.48% from 255 or 54.98% from 331); Blue value is 8 (3.52% from 255 or 2.42% from 331); Max value from RGB is 182 - color contains mainly: green. Hex color #8DB608 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DB608 is #7249F7. Grayscale: #969696. Windows color (decimal): -7490040 or 571021. OLE color: 571021.
HSL color Cylindrical-coordinate representation of color #8DB608: hue angle of 74.14º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8DB608 is Cyan = 0.23, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 182 | 8 | - |
| CMYK | 0.23 | 0 | 0.96 | 0.29 |
| HSL | 74.14º | 0.92% | 0.37% | - |
| HSV(B) | 74.14º | 0.96% | 0.71% | - |
| XYZ | 27.76 | 39.14 | 6.32 | - |
| YUV | 149.91 | 47.92 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 182 | 8 | 0.23 | 0 | 0.96 | 0.29 | 74.14 | 0.92 | 0.37 |
| Hex | 8D | B6 | 8 | 17 | 0 | 60 | 1D | 4A | 5C | 25 |
| Octal | 215 | 266 | 10 | 27 | 0 | 140 | 35 | 112 | 134 | 45 |
| Binary | 10001101 | 10110110 | 1000 | 10111 | 0 | 1100000 | 11101 | 1001010 | 1011100 | 100101 |
Color Harmonies of #8DB608
Complementary color
Monochromatic Colors of #8DB608
Black with #8DB608
Text Example
Text Example
White with #8DB608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB608; }
p { color: rgb(141,182,8); }
H1.HeaderClassName
{
color: #8DB608;
}
.AnyTagClassName
{
color: #8DB608;
}
</style>
background-color css
<style>
a { background-color: #8DB608; }
a { background-color: rgb(141,182,8); }
div.DivClassName
{
background-color: #8DB608;
}
.BgClassName
{
background-color: #8DB608;
}
</style>
border-color css
<style>
span { border-color: #8DB608; }
span { border-color: rgb(141,182,8); }
td.TdClassName
{
border-color: #8DB608;
}
.TagClassName
{
border-color: #8DB608;
}
</style>