Shades of Citrus #8DCB0D
Tints of Citrus #8DCB0D
RGB
CMYK
RGB Variations
Color information
#8DCB0D (or 0x8DCB0D) is known color: Citrus. HEX triplet: 8D, CB and 0D. RGB value is (141,203,13). Sum of RGB (Red+Green+Blue) = 141+203+13=357 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.50% from 357); Green value is 203 (79.69% from 255 or 56.86% from 357); Blue value is 13 (5.47% from 255 or 3.64% from 357); Max value from RGB is 203 - color contains mainly: green. Hex color #8DCB0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DCB0D is #7234F2. Grayscale: #A3A3A3. Windows color (decimal): -7484659 or 904077. OLE color: 904077.
HSL color Cylindrical-coordinate representation of color #8DCB0D: hue angle of 79.58º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8DCB0D is Cyan = 0.31, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 203 | 13 | - |
| CMYK | 0.31 | 0 | 0.94 | 0.20 |
| HSL | 79.58º | 0.88% | 0.42% | - |
| HSV(B) | 79.58º | 0.94% | 0.8% | - |
| XYZ | 32.41 | 48.4 | 8.02 | - |
| YUV | 162.8 | 43.46 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 203 | 13 | 0.31 | 0 | 0.94 | 0.20 | 79.58 | 0.88 | 0.42 |
| Hex | 8D | CB | D | 1F | 0 | 5E | 14 | 50 | 58 | 2A |
| Octal | 215 | 313 | 15 | 37 | 0 | 136 | 24 | 120 | 130 | 52 |
| Binary | 10001101 | 11001011 | 1101 | 11111 | 0 | 1011110 | 10100 | 1010000 | 1011000 | 101010 |
Color Harmonies of #8DCB0D
Complementary color
Monochromatic Colors of #8DCB0D
Black with #8DCB0D
Text Example
Text Example
White with #8DCB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCB0D; }
p { color: rgb(141,203,13); }
H1.HeaderClassName
{
color: #8DCB0D;
}
.AnyTagClassName
{
color: #8DCB0D;
}
</style>
background-color css
<style>
a { background-color: #8DCB0D; }
a { background-color: rgb(141,203,13); }
div.DivClassName
{
background-color: #8DCB0D;
}
.BgClassName
{
background-color: #8DCB0D;
}
</style>
border-color css
<style>
span { border-color: #8DCB0D; }
span { border-color: rgb(141,203,13); }
td.TdClassName
{
border-color: #8DCB0D;
}
.TagClassName
{
border-color: #8DCB0D;
}
</style>