Shades of Citrus #92CC03
Tints of Citrus #92CC03
RGB
CMYK
RGB Variations
Color information
#92CC03 (or 0x92CC03) is known color: Citrus. HEX triplet: 92, CC and 03. RGB value is (146,204,3). Sum of RGB (Red+Green+Blue) = 146+204+3=353 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.36% from 353); Green value is 204 (80.08% from 255 or 57.79% from 353); Blue value is 3 (1.56% from 255 or 0.85% from 353); Max value from RGB is 204 - color contains mainly: green. Hex color #92CC03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92CC03 is #6D33FC. Grayscale: #A4A4A4. Windows color (decimal): -7156733 or 248978. OLE color: 248978.
HSL color Cylindrical-coordinate representation of color #92CC03: hue angle of 77.31º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #92CC03 is Cyan = 0.28, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 146 | 204 | 3 | - |
| CMYK | 0.28 | 0 | 0.99 | 0.2 |
| HSL | 77.31º | 0.97% | 0.41% | - |
| HSV(B) | 77.31º | 0.99% | 0.8% | - |
| XYZ | 33.46 | 49.3 | 7.84 | - |
| YUV | 163.74 | 37.28 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 204 | 3 | 0.28 | 0 | 0.99 | 0.2 | 77.31 | 0.97 | 0.41 |
| Hex | 92 | CC | 3 | 1C | 0 | 63 | 14 | 4D | 61 | 29 |
| Octal | 222 | 314 | 3 | 34 | 0 | 143 | 24 | 115 | 141 | 51 |
| Binary | 10010010 | 11001100 | 11 | 11100 | 0 | 1100011 | 10100 | 1001101 | 1100001 | 101001 |
Color Harmonies of #92CC03
Complementary color
Monochromatic Colors of #92CC03
Black with #92CC03
Text Example
Text Example
White with #92CC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CC03; }
p { color: rgb(146,204,3); }
H1.HeaderClassName
{
color: #92CC03;
}
.AnyTagClassName
{
color: #92CC03;
}
</style>
background-color css
<style>
a { background-color: #92CC03; }
a { background-color: rgb(146,204,3); }
div.DivClassName
{
background-color: #92CC03;
}
.BgClassName
{
background-color: #92CC03;
}
</style>
border-color css
<style>
span { border-color: #92CC03; }
span { border-color: rgb(146,204,3); }
td.TdClassName
{
border-color: #92CC03;
}
.TagClassName
{
border-color: #92CC03;
}
</style>