Shades of Citrus #97D101
Tints of Citrus #97D101
RGB
CMYK
RGB Variations
Color information
#97D101 (or 0x97D101) is known color: Citrus. HEX triplet: 97, D1 and 01. RGB value is (151,209,1). Sum of RGB (Red+Green+Blue) = 151+209+1=361 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.83% from 361); Green value is 209 (82.03% from 255 or 57.89% from 361); Blue value is 1 (0.78% from 255 or 0.28% from 361); Max value from RGB is 209 - color contains mainly: green. Hex color #97D101 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97D101 is #682EFE. Grayscale: #A8A8A8. Windows color (decimal): -6827775 or 119191. OLE color: 119191.
HSL color Cylindrical-coordinate representation of color #97D101: hue angle of 76.73º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #97D101 is Cyan = 0.28, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 151 | 209 | 1 | - |
| CMYK | 0.28 | 0 | 1.00 | 0.18 |
| HSL | 76.73º | 0.99% | 0.41% | - |
| HSV(B) | 76.73º | 1% | 0.82% | - |
| XYZ | 35.57 | 52.18 | 8.23 | - |
| YUV | 167.95 | 33.78 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 209 | 1 | 0.28 | 0 | 1.00 | 0.18 | 76.73 | 0.99 | 0.41 |
| Hex | 97 | D1 | 1 | 1C | 0 | 64 | 12 | 4D | 63 | 29 |
| Octal | 227 | 321 | 1 | 34 | 0 | 144 | 22 | 115 | 143 | 51 |
| Binary | 10010111 | 11010001 | 1 | 11100 | 0 | 1100100 | 10010 | 1001101 | 1100011 | 101001 |
Color Harmonies of #97D101
Complementary color
Monochromatic Colors of #97D101
Black with #97D101
Text Example
Text Example
White with #97D101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97D101; }
p { color: rgb(151,209,1); }
H1.HeaderClassName
{
color: #97D101;
}
.AnyTagClassName
{
color: #97D101;
}
</style>
background-color css
<style>
a { background-color: #97D101; }
a { background-color: rgb(151,209,1); }
div.DivClassName
{
background-color: #97D101;
}
.BgClassName
{
background-color: #97D101;
}
</style>
border-color css
<style>
span { border-color: #97D101; }
span { border-color: rgb(151,209,1); }
td.TdClassName
{
border-color: #97D101;
}
.TagClassName
{
border-color: #97D101;
}
</style>