Shades of Citrus #83CF07
Tints of Citrus #83CF07
RGB
CMYK
RGB Variations
Color information
#83CF07 (or 0x83CF07) is known color: Citrus. HEX triplet: 83, CF and 07. RGB value is (131,207,7). Sum of RGB (Red+Green+Blue) = 131+207+7=345 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.97% from 345); Green value is 207 (81.25% from 255 or 60% from 345); Blue value is 7 (3.12% from 255 or 2.03% from 345); Max value from RGB is 207 - color contains mainly: green. Hex color #83CF07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83CF07 is #7C30F8. Grayscale: #A2A2A2. Windows color (decimal): -8139001 or 511875. OLE color: 511875.
HSL color Cylindrical-coordinate representation of color #83CF07: hue angle of 82.8º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #83CF07 is Cyan = 0.37, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 207 | 7 | - |
| CMYK | 0.37 | 0 | 0.97 | 0.19 |
| HSL | 82.8º | 0.93% | 0.42% | - |
| HSV(B) | 82.8º | 0.97% | 0.81% | - |
| XYZ | 31.71 | 49.47 | 8.08 | - |
| YUV | 161.48 | 40.82 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 207 | 7 | 0.37 | 0 | 0.97 | 0.19 | 82.8 | 0.93 | 0.42 |
| Hex | 83 | CF | 7 | 25 | 0 | 61 | 13 | 53 | 5D | 2A |
| Octal | 203 | 317 | 7 | 45 | 0 | 141 | 23 | 123 | 135 | 52 |
| Binary | 10000011 | 11001111 | 111 | 100101 | 0 | 1100001 | 10011 | 1010011 | 1011101 | 101010 |
Color Harmonies of #83CF07
Complementary color
Monochromatic Colors of #83CF07
Black with #83CF07
Text Example
Text Example
White with #83CF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CF07; }
p { color: rgb(131,207,7); }
H1.HeaderClassName
{
color: #83CF07;
}
.AnyTagClassName
{
color: #83CF07;
}
</style>
background-color css
<style>
a { background-color: #83CF07; }
a { background-color: rgb(131,207,7); }
div.DivClassName
{
background-color: #83CF07;
}
.BgClassName
{
background-color: #83CF07;
}
</style>
border-color css
<style>
span { border-color: #83CF07; }
span { border-color: rgb(131,207,7); }
td.TdClassName
{
border-color: #83CF07;
}
.TagClassName
{
border-color: #83CF07;
}
</style>