Shades of Citrus #8DCD03
Tints of Citrus #8DCD03
RGB
CMYK
RGB Variations
Color information
#8DCD03 (or 0x8DCD03) is known color: Citrus. HEX triplet: 8D, CD and 03. RGB value is (141,205,3). Sum of RGB (Red+Green+Blue) = 141+205+3=349 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.40% from 349); Green value is 205 (80.47% from 255 or 58.74% from 349); Blue value is 3 (1.56% from 255 or 0.86% from 349); Max value from RGB is 205 - color contains mainly: green. Hex color #8DCD03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DCD03 is #7232FC. Grayscale: #A3A3A3. Windows color (decimal): -7484157 or 249229. OLE color: 249229.
HSL color Cylindrical-coordinate representation of color #8DCD03: hue angle of 79.01º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8DCD03 is Cyan = 0.31, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 205 | 3 | - |
| CMYK | 0.31 | 0 | 0.99 | 0.20 |
| HSL | 79.01º | 0.97% | 0.41% | - |
| HSV(B) | 79.01º | 0.99% | 0.8% | - |
| XYZ | 32.83 | 49.33 | 7.88 | - |
| YUV | 162.84 | 37.8 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 205 | 3 | 0.31 | 0 | 0.99 | 0.20 | 79.01 | 0.97 | 0.41 |
| Hex | 8D | CD | 3 | 1F | 0 | 63 | 14 | 4F | 61 | 29 |
| Octal | 215 | 315 | 3 | 37 | 0 | 143 | 24 | 117 | 141 | 51 |
| Binary | 10001101 | 11001101 | 11 | 11111 | 0 | 1100011 | 10100 | 1001111 | 1100001 | 101001 |
Color Harmonies of #8DCD03
Complementary color
Monochromatic Colors of #8DCD03
Black with #8DCD03
Text Example
Text Example
White with #8DCD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCD03; }
p { color: rgb(141,205,3); }
H1.HeaderClassName
{
color: #8DCD03;
}
.AnyTagClassName
{
color: #8DCD03;
}
</style>
background-color css
<style>
a { background-color: #8DCD03; }
a { background-color: rgb(141,205,3); }
div.DivClassName
{
background-color: #8DCD03;
}
.BgClassName
{
background-color: #8DCD03;
}
</style>
border-color css
<style>
span { border-color: #8DCD03; }
span { border-color: rgb(141,205,3); }
td.TdClassName
{
border-color: #8DCD03;
}
.TagClassName
{
border-color: #8DCD03;
}
</style>