Shades of Citrus #92CA01
Tints of Citrus #92CA01
RGB
CMYK
RGB Variations
Color information
#92CA01 (or 0x92CA01) is known color: Citrus. HEX triplet: 92, CA and 01. RGB value is (146,202,1). Sum of RGB (Red+Green+Blue) = 146+202+1=349 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.83% from 349); Green value is 202 (79.30% from 255 or 57.88% from 349); Blue value is 1 (0.78% from 255 or 0.29% from 349); Max value from RGB is 202 - color contains mainly: green. Hex color #92CA01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92CA01 is #6D35FE. Grayscale: #A3A3A3. Windows color (decimal): -7157247 or 117394. OLE color: 117394.
HSL color Cylindrical-coordinate representation of color #92CA01: hue angle of 76.72º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #92CA01 is Cyan = 0.28, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 202 | 1 | - |
| CMYK | 0.28 | 0 | 1.00 | 0.21 |
| HSL | 76.72º | 0.99% | 0.4% | - |
| HSV(B) | 76.72º | 1% | 0.79% | - |
| XYZ | 32.98 | 48.35 | 7.62 | - |
| YUV | 162.34 | 36.95 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 202 | 1 | 0.28 | 0 | 1.00 | 0.21 | 76.72 | 0.99 | 0.4 |
| Hex | 92 | CA | 1 | 1C | 0 | 64 | 15 | 4D | 63 | 28 |
| Octal | 222 | 312 | 1 | 34 | 0 | 144 | 25 | 115 | 143 | 50 |
| Binary | 10010010 | 11001010 | 1 | 11100 | 0 | 1100100 | 10101 | 1001101 | 1100011 | 101000 |
Color Harmonies of #92CA01
Complementary color
Monochromatic Colors of #92CA01
Black with #92CA01
Text Example
Text Example
White with #92CA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CA01; }
p { color: rgb(146,202,1); }
H1.HeaderClassName
{
color: #92CA01;
}
.AnyTagClassName
{
color: #92CA01;
}
</style>
background-color css
<style>
a { background-color: #92CA01; }
a { background-color: rgb(146,202,1); }
div.DivClassName
{
background-color: #92CA01;
}
.BgClassName
{
background-color: #92CA01;
}
</style>
border-color css
<style>
span { border-color: #92CA01; }
span { border-color: rgb(146,202,1); }
td.TdClassName
{
border-color: #92CA01;
}
.TagClassName
{
border-color: #92CA01;
}
</style>