Shades of Citrus #83D008
Tints of Citrus #83D008
RGB
CMYK
RGB Variations
Color information
#83D008 (or 0x83D008) is known color: Citrus. HEX triplet: 83, D0 and 08. RGB value is (131,208,8). Sum of RGB (Red+Green+Blue) = 131+208+8=347 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.75% from 347); Green value is 208 (81.64% from 255 or 59.94% from 347); Blue value is 8 (3.52% from 255 or 2.31% from 347); Max value from RGB is 208 - color contains mainly: green. Hex color #83D008 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83D008 is #7C2FF7. Grayscale: #A2A2A2. Windows color (decimal): -8138744 or 577667. OLE color: 577667.
HSL color Cylindrical-coordinate representation of color #83D008: hue angle of 83.1º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #83D008 is Cyan = 0.37, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 131 | 208 | 8 | - |
| CMYK | 0.37 | 0 | 0.96 | 0.18 |
| HSL | 83.1º | 0.93% | 0.42% | - |
| HSV(B) | 83.1º | 0.96% | 0.82% | - |
| XYZ | 31.96 | 49.95 | 8.19 | - |
| YUV | 162.18 | 40.99 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 208 | 8 | 0.37 | 0 | 0.96 | 0.18 | 83.1 | 0.93 | 0.42 |
| Hex | 83 | D0 | 8 | 25 | 0 | 60 | 12 | 53 | 5D | 2A |
| Octal | 203 | 320 | 10 | 45 | 0 | 140 | 22 | 123 | 135 | 52 |
| Binary | 10000011 | 11010000 | 1000 | 100101 | 0 | 1100000 | 10010 | 1010011 | 1011101 | 101010 |
Color Harmonies of #83D008
Complementary color
Monochromatic Colors of #83D008
Black with #83D008
Text Example
Text Example
White with #83D008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D008; }
p { color: rgb(131,208,8); }
H1.HeaderClassName
{
color: #83D008;
}
.AnyTagClassName
{
color: #83D008;
}
</style>
background-color css
<style>
a { background-color: #83D008; }
a { background-color: rgb(131,208,8); }
div.DivClassName
{
background-color: #83D008;
}
.BgClassName
{
background-color: #83D008;
}
</style>
border-color css
<style>
span { border-color: #83D008; }
span { border-color: rgb(131,208,8); }
td.TdClassName
{
border-color: #83D008;
}
.TagClassName
{
border-color: #83D008;
}
</style>