Shades of Citrus #8CD102
Tints of Citrus #8CD102
RGB
CMYK
RGB Variations
Color information
#8CD102 (or 0x8CD102) is known color: Citrus. HEX triplet: 8C, D1 and 02. RGB value is (140,209,2). Sum of RGB (Red+Green+Blue) = 140+209+2=351 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.89% from 351); Green value is 209 (82.03% from 255 or 59.54% from 351); Blue value is 2 (1.17% from 255 or 0.57% from 351); Max value from RGB is 209 - color contains mainly: green. Hex color #8CD102 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CD102 is #732EFD. Grayscale: #A5A5A5. Windows color (decimal): -7548670 or 184716. OLE color: 184716.
HSL color Cylindrical-coordinate representation of color #8CD102: hue angle of 80º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8CD102 is Cyan = 0.33, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 140 | 209 | 2 | - |
| CMYK | 0.33 | 0 | 0.99 | 0.18 |
| HSL | 80º | 0.98% | 0.41% | - |
| HSV(B) | 80º | 0.99% | 0.82% | - |
| XYZ | 33.63 | 51.18 | 8.16 | - |
| YUV | 164.77 | 36.14 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 209 | 2 | 0.33 | 0 | 0.99 | 0.18 | 80 | 0.98 | 0.41 |
| Hex | 8C | D1 | 2 | 21 | 0 | 63 | 12 | 50 | 62 | 29 |
| Octal | 214 | 321 | 2 | 41 | 0 | 143 | 22 | 120 | 142 | 51 |
| Binary | 10001100 | 11010001 | 10 | 100001 | 0 | 1100011 | 10010 | 1010000 | 1100010 | 101001 |
Color Harmonies of #8CD102
Complementary color
Monochromatic Colors of #8CD102
Black with #8CD102
Text Example
Text Example
White with #8CD102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CD102; }
p { color: rgb(140,209,2); }
H1.HeaderClassName
{
color: #8CD102;
}
.AnyTagClassName
{
color: #8CD102;
}
</style>
background-color css
<style>
a { background-color: #8CD102; }
a { background-color: rgb(140,209,2); }
div.DivClassName
{
background-color: #8CD102;
}
.BgClassName
{
background-color: #8CD102;
}
</style>
border-color css
<style>
span { border-color: #8CD102; }
span { border-color: rgb(140,209,2); }
td.TdClassName
{
border-color: #8CD102;
}
.TagClassName
{
border-color: #8CD102;
}
</style>