Shades of Citrus #83D002
Tints of Citrus #83D002
RGB
CMYK
RGB Variations
Color information
#83D002 (or 0x83D002) is known color: Citrus. HEX triplet: 83, D0 and 02. RGB value is (131,208,2). Sum of RGB (Red+Green+Blue) = 131+208+2=341 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.42% from 341); Green value is 208 (81.64% from 255 or 61.00% from 341); Blue value is 2 (1.17% from 255 or 0.59% from 341); Max value from RGB is 208 - color contains mainly: green. Hex color #83D002 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83D002 is #7C2FFD. Grayscale: #A2A2A2. Windows color (decimal): -8138750 or 184451. OLE color: 184451.
HSL color Cylindrical-coordinate representation of color #83D002: hue angle of 82.43º 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 #83D002 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 131 | 208 | 2 | - |
| CMYK | 0.37 | 0 | 0.99 | 0.18 |
| HSL | 82.43º | 0.98% | 0.41% | - |
| HSV(B) | 82.43º | 0.99% | 0.82% | - |
| XYZ | 31.93 | 49.94 | 8.01 | - |
| YUV | 161.49 | 37.99 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 208 | 2 | 0.37 | 0 | 0.99 | 0.18 | 82.43 | 0.98 | 0.41 |
| Hex | 83 | D0 | 2 | 25 | 0 | 63 | 12 | 52 | 62 | 29 |
| Octal | 203 | 320 | 2 | 45 | 0 | 143 | 22 | 122 | 142 | 51 |
| Binary | 10000011 | 11010000 | 10 | 100101 | 0 | 1100011 | 10010 | 1010010 | 1100010 | 101001 |
Color Harmonies of #83D002
Complementary color
Monochromatic Colors of #83D002
Black with #83D002
Text Example
Text Example
White with #83D002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D002; }
p { color: rgb(131,208,2); }
H1.HeaderClassName
{
color: #83D002;
}
.AnyTagClassName
{
color: #83D002;
}
</style>
background-color css
<style>
a { background-color: #83D002; }
a { background-color: rgb(131,208,2); }
div.DivClassName
{
background-color: #83D002;
}
.BgClassName
{
background-color: #83D002;
}
</style>
border-color css
<style>
span { border-color: #83D002; }
span { border-color: rgb(131,208,2); }
td.TdClassName
{
border-color: #83D002;
}
.TagClassName
{
border-color: #83D002;
}
</style>