Shades of Citrus #92CA02
Tints of Citrus #92CA02
RGB
CMYK
RGB Variations
Color information
#92CA02 (or 0x92CA02) is known color: Citrus. HEX triplet: 92, CA and 02. RGB value is (146,202,2). Sum of RGB (Red+Green+Blue) = 146+202+2=350 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.71% from 350); Green value is 202 (79.30% from 255 or 57.71% from 350); Blue value is 2 (1.17% from 255 or 0.57% from 350); Max value from RGB is 202 - color contains mainly: green. Hex color #92CA02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92CA02 is #6D35FD. Grayscale: #A3A3A3. Windows color (decimal): -7157246 or 182930. OLE color: 182930.
HSL color Cylindrical-coordinate representation of color #92CA02: hue angle of 76.8º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #92CA02 is Cyan = 0.28, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 202 | 2 | - |
| CMYK | 0.28 | 0 | 0.99 | 0.21 |
| HSL | 76.8º | 0.98% | 0.4% | - |
| HSV(B) | 76.8º | 0.99% | 0.79% | - |
| XYZ | 32.99 | 48.36 | 7.65 | - |
| YUV | 162.46 | 37.45 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 202 | 2 | 0.28 | 0 | 0.99 | 0.21 | 76.8 | 0.98 | 0.4 |
| Hex | 92 | CA | 2 | 1C | 0 | 63 | 15 | 4D | 62 | 28 |
| Octal | 222 | 312 | 2 | 34 | 0 | 143 | 25 | 115 | 142 | 50 |
| Binary | 10010010 | 11001010 | 10 | 11100 | 0 | 1100011 | 10101 | 1001101 | 1100010 | 101000 |
Color Harmonies of #92CA02
Complementary color
Monochromatic Colors of #92CA02
Black with #92CA02
Text Example
Text Example
White with #92CA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CA02; }
p { color: rgb(146,202,2); }
H1.HeaderClassName
{
color: #92CA02;
}
.AnyTagClassName
{
color: #92CA02;
}
</style>
background-color css
<style>
a { background-color: #92CA02; }
a { background-color: rgb(146,202,2); }
div.DivClassName
{
background-color: #92CA02;
}
.BgClassName
{
background-color: #92CA02;
}
</style>
border-color css
<style>
span { border-color: #92CA02; }
span { border-color: rgb(146,202,2); }
td.TdClassName
{
border-color: #92CA02;
}
.TagClassName
{
border-color: #92CA02;
}
</style>