Shades of Citrus #97D303
Tints of Citrus #97D303
RGB
CMYK
RGB Variations
Color information
#97D303 (or 0x97D303) is known color: Citrus. HEX triplet: 97, D3 and 03. RGB value is (151,211,3). Sum of RGB (Red+Green+Blue) = 151+211+3=365 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.37% from 365); Green value is 211 (82.81% from 255 or 57.81% from 365); Blue value is 3 (1.56% from 255 or 0.82% from 365); Max value from RGB is 211 - color contains mainly: green. Hex color #97D303 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97D303 is #682CFC. Grayscale: #AAAAAA. Windows color (decimal): -6827261 or 250775. OLE color: 250775.
HSL color Cylindrical-coordinate representation of color #97D303: hue angle of 77.31º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #97D303 is Cyan = 0.28, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 151 | 211 | 3 | - |
| CMYK | 0.28 | 0 | 0.99 | 0.17 |
| HSL | 77.31º | 0.97% | 0.42% | - |
| HSV(B) | 77.31º | 0.99% | 0.83% | - |
| XYZ | 36.07 | 53.17 | 8.45 | - |
| YUV | 169.35 | 34.12 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 211 | 3 | 0.28 | 0 | 0.99 | 0.17 | 77.31 | 0.97 | 0.42 |
| Hex | 97 | D3 | 3 | 1C | 0 | 63 | 11 | 4D | 61 | 2A |
| Octal | 227 | 323 | 3 | 34 | 0 | 143 | 21 | 115 | 141 | 52 |
| Binary | 10010111 | 11010011 | 11 | 11100 | 0 | 1100011 | 10001 | 1001101 | 1100001 | 101010 |
Color Harmonies of #97D303
Complementary color
Monochromatic Colors of #97D303
Black with #97D303
Text Example
Text Example
White with #97D303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97D303; }
p { color: rgb(151,211,3); }
H1.HeaderClassName
{
color: #97D303;
}
.AnyTagClassName
{
color: #97D303;
}
</style>
background-color css
<style>
a { background-color: #97D303; }
a { background-color: rgb(151,211,3); }
div.DivClassName
{
background-color: #97D303;
}
.BgClassName
{
background-color: #97D303;
}
</style>
border-color css
<style>
span { border-color: #97D303; }
span { border-color: rgb(151,211,3); }
td.TdClassName
{
border-color: #97D303;
}
.TagClassName
{
border-color: #97D303;
}
</style>