Shades of Citrus #8DD502
Tints of Citrus #8DD502
RGB
CMYK
RGB Variations
Color information
#8DD502 (or 0x8DD502) is known color: Citrus. HEX triplet: 8D, D5 and 02. RGB value is (141,213,2). Sum of RGB (Red+Green+Blue) = 141+213+2=356 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.61% from 356); Green value is 213 (83.59% from 255 or 59.83% from 356); Blue value is 2 (1.17% from 255 or 0.56% from 356); Max value from RGB is 213 - color contains mainly: green. Hex color #8DD502 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DD502 is #722AFD. Grayscale: #A8A8A8. Windows color (decimal): -7482110 or 185741. OLE color: 185741.
HSL color Cylindrical-coordinate representation of color #8DD502: hue angle of 80.47º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8DD502 is Cyan = 0.34, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 141 | 213 | 2 | - |
| CMYK | 0.34 | 0 | 0.99 | 0.16 |
| HSL | 80.47º | 0.98% | 0.42% | - |
| HSV(B) | 80.47º | 0.99% | 0.84% | - |
| XYZ | 34.79 | 53.26 | 8.5 | - |
| YUV | 167.42 | 34.65 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 213 | 2 | 0.34 | 0 | 0.99 | 0.16 | 80.47 | 0.98 | 0.42 |
| Hex | 8D | D5 | 2 | 22 | 0 | 63 | 10 | 50 | 62 | 2A |
| Octal | 215 | 325 | 2 | 42 | 0 | 143 | 20 | 120 | 142 | 52 |
| Binary | 10001101 | 11010101 | 10 | 100010 | 0 | 1100011 | 10000 | 1010000 | 1100010 | 101010 |
Color Harmonies of #8DD502
Complementary color
Monochromatic Colors of #8DD502
Black with #8DD502
Text Example
Text Example
White with #8DD502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD502; }
p { color: rgb(141,213,2); }
H1.HeaderClassName
{
color: #8DD502;
}
.AnyTagClassName
{
color: #8DD502;
}
</style>
background-color css
<style>
a { background-color: #8DD502; }
a { background-color: rgb(141,213,2); }
div.DivClassName
{
background-color: #8DD502;
}
.BgClassName
{
background-color: #8DD502;
}
</style>
border-color css
<style>
span { border-color: #8DD502; }
span { border-color: rgb(141,213,2); }
td.TdClassName
{
border-color: #8DD502;
}
.TagClassName
{
border-color: #8DD502;
}
</style>