Shades of Citrus #8DCA02
Tints of Citrus #8DCA02
RGB
CMYK
RGB Variations
Color information
#8DCA02 (or 0x8DCA02) is known color: Citrus. HEX triplet: 8D, CA and 02. RGB value is (141,202,2). Sum of RGB (Red+Green+Blue) = 141+202+2=345 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.87% from 345); Green value is 202 (79.30% from 255 or 58.55% from 345); Blue value is 2 (1.17% from 255 or 0.58% from 345); Max value from RGB is 202 - color contains mainly: green. Hex color #8DCA02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DCA02 is #7235FD. Grayscale: #A1A1A1. Windows color (decimal): -7484926 or 182925. OLE color: 182925.
HSL color Cylindrical-coordinate representation of color #8DCA02: hue angle of 78.3º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8DCA02 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 202 | 2 | - |
| CMYK | 0.30 | 0 | 0.99 | 0.21 |
| HSL | 78.3º | 0.98% | 0.4% | - |
| HSV(B) | 78.3º | 0.99% | 0.79% | - |
| XYZ | 32.12 | 47.91 | 7.61 | - |
| YUV | 160.96 | 38.29 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 202 | 2 | 0.30 | 0 | 0.99 | 0.21 | 78.3 | 0.98 | 0.4 |
| Hex | 8D | CA | 2 | 1E | 0 | 63 | 15 | 4E | 62 | 28 |
| Octal | 215 | 312 | 2 | 36 | 0 | 143 | 25 | 116 | 142 | 50 |
| Binary | 10001101 | 11001010 | 10 | 11110 | 0 | 1100011 | 10101 | 1001110 | 1100010 | 101000 |
Color Harmonies of #8DCA02
Complementary color
Monochromatic Colors of #8DCA02
Black with #8DCA02
Text Example
Text Example
White with #8DCA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCA02; }
p { color: rgb(141,202,2); }
H1.HeaderClassName
{
color: #8DCA02;
}
.AnyTagClassName
{
color: #8DCA02;
}
</style>
background-color css
<style>
a { background-color: #8DCA02; }
a { background-color: rgb(141,202,2); }
div.DivClassName
{
background-color: #8DCA02;
}
.BgClassName
{
background-color: #8DCA02;
}
</style>
border-color css
<style>
span { border-color: #8DCA02; }
span { border-color: rgb(141,202,2); }
td.TdClassName
{
border-color: #8DCA02;
}
.TagClassName
{
border-color: #8DCA02;
}
</style>