Shades of Citrus #8DCB13
Tints of Citrus #8DCB13
RGB
CMYK
RGB Variations
Color information
#8DCB13 (or 0x8DCB13) is known color: Citrus. HEX triplet: 8D, CB and 13. RGB value is (141,203,19). Sum of RGB (Red+Green+Blue) = 141+203+19=363 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.84% from 363); Green value is 203 (79.69% from 255 or 55.92% from 363); Blue value is 19 (7.81% from 255 or 5.23% from 363); Max value from RGB is 203 - color contains mainly: green. Hex color #8DCB13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DCB13 is #7234EC. Grayscale: #A4A4A4. Windows color (decimal): -7484653 or 1297293. OLE color: 1297293.
HSL color Cylindrical-coordinate representation of color #8DCB13: hue angle of 80.22º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8DCB13 is Cyan = 0.31, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 203 | 19 | - |
| CMYK | 0.31 | 0 | 0.91 | 0.20 |
| HSL | 80.22º | 0.83% | 0.44% | - |
| HSV(B) | 80.22º | 0.91% | 0.8% | - |
| XYZ | 32.46 | 48.42 | 8.25 | - |
| YUV | 163.49 | 46.46 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 203 | 19 | 0.31 | 0 | 0.91 | 0.20 | 80.22 | 0.83 | 0.44 |
| Hex | 8D | CB | 13 | 1F | 0 | 5B | 14 | 50 | 53 | 2C |
| Octal | 215 | 313 | 23 | 37 | 0 | 133 | 24 | 120 | 123 | 54 |
| Binary | 10001101 | 11001011 | 10011 | 11111 | 0 | 1011011 | 10100 | 1010000 | 1010011 | 101100 |
Color Harmonies of #8DCB13
Complementary color
Monochromatic Colors of #8DCB13
Black with #8DCB13
Text Example
Text Example
White with #8DCB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCB13; }
p { color: rgb(141,203,19); }
H1.HeaderClassName
{
color: #8DCB13;
}
.AnyTagClassName
{
color: #8DCB13;
}
</style>
background-color css
<style>
a { background-color: #8DCB13; }
a { background-color: rgb(141,203,19); }
div.DivClassName
{
background-color: #8DCB13;
}
.BgClassName
{
background-color: #8DCB13;
}
</style>
border-color css
<style>
span { border-color: #8DCB13; }
span { border-color: rgb(141,203,19); }
td.TdClassName
{
border-color: #8DCB13;
}
.TagClassName
{
border-color: #8DCB13;
}
</style>