Shades of Citrus #8DCA06
Tints of Citrus #8DCA06
RGB
CMYK
RGB Variations
Color information
#8DCA06 (or 0x8DCA06) is known color: Citrus. HEX triplet: 8D, CA and 06. RGB value is (141,202,6). Sum of RGB (Red+Green+Blue) = 141+202+6=349 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.40% from 349); Green value is 202 (79.30% from 255 or 57.88% from 349); Blue value is 6 (2.73% from 255 or 1.72% from 349); Max value from RGB is 202 - color contains mainly: green. Hex color #8DCA06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DCA06 is #7235F9. Grayscale: #A2A2A2. Windows color (decimal): -7484922 or 445069. OLE color: 445069.
HSL color Cylindrical-coordinate representation of color #8DCA06: hue angle of 78.67º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8DCA06 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 202 | 6 | - |
| CMYK | 0.30 | 0 | 0.97 | 0.21 |
| HSL | 78.67º | 0.94% | 0.41% | - |
| HSV(B) | 78.67º | 0.97% | 0.79% | - |
| XYZ | 32.14 | 47.92 | 7.73 | - |
| YUV | 161.42 | 40.29 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 202 | 6 | 0.30 | 0 | 0.97 | 0.21 | 78.67 | 0.94 | 0.41 |
| Hex | 8D | CA | 6 | 1E | 0 | 61 | 15 | 4F | 5E | 29 |
| Octal | 215 | 312 | 6 | 36 | 0 | 141 | 25 | 117 | 136 | 51 |
| Binary | 10001101 | 11001010 | 110 | 11110 | 0 | 1100001 | 10101 | 1001111 | 1011110 | 101001 |
Color Harmonies of #8DCA06
Complementary color
Monochromatic Colors of #8DCA06
Black with #8DCA06
Text Example
Text Example
White with #8DCA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCA06; }
p { color: rgb(141,202,6); }
H1.HeaderClassName
{
color: #8DCA06;
}
.AnyTagClassName
{
color: #8DCA06;
}
</style>
background-color css
<style>
a { background-color: #8DCA06; }
a { background-color: rgb(141,202,6); }
div.DivClassName
{
background-color: #8DCA06;
}
.BgClassName
{
background-color: #8DCA06;
}
</style>
border-color css
<style>
span { border-color: #8DCA06; }
span { border-color: rgb(141,202,6); }
td.TdClassName
{
border-color: #8DCA06;
}
.TagClassName
{
border-color: #8DCA06;
}
</style>