Shades of Citrus #92D003
Tints of Citrus #92D003
RGB
CMYK
RGB Variations
Color information
#92D003 (or 0x92D003) is known color: Citrus. HEX triplet: 92, D0 and 03. RGB value is (146,208,3). Sum of RGB (Red+Green+Blue) = 146+208+3=357 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.90% from 357); Green value is 208 (81.64% from 255 or 58.26% from 357); Blue value is 3 (1.56% from 255 or 0.84% from 357); Max value from RGB is 208 - color contains mainly: green. Hex color #92D003 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92D003 is #6D2FFC. Grayscale: #A6A6A6. Windows color (decimal): -7155709 or 250002. OLE color: 250002.
HSL color Cylindrical-coordinate representation of color #92D003: hue angle of 78.15º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #92D003 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 146 | 208 | 3 | - |
| CMYK | 0.30 | 0 | 0.99 | 0.18 |
| HSL | 78.15º | 0.97% | 0.41% | - |
| HSV(B) | 78.15º | 0.99% | 0.82% | - |
| XYZ | 34.43 | 51.23 | 8.16 | - |
| YUV | 166.09 | 35.96 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 208 | 3 | 0.30 | 0 | 0.99 | 0.18 | 78.15 | 0.97 | 0.41 |
| Hex | 92 | D0 | 3 | 1E | 0 | 63 | 12 | 4E | 61 | 29 |
| Octal | 222 | 320 | 3 | 36 | 0 | 143 | 22 | 116 | 141 | 51 |
| Binary | 10010010 | 11010000 | 11 | 11110 | 0 | 1100011 | 10010 | 1001110 | 1100001 | 101001 |
Color Harmonies of #92D003
Complementary color
Monochromatic Colors of #92D003
Black with #92D003
Text Example
Text Example
White with #92D003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D003; }
p { color: rgb(146,208,3); }
H1.HeaderClassName
{
color: #92D003;
}
.AnyTagClassName
{
color: #92D003;
}
</style>
background-color css
<style>
a { background-color: #92D003; }
a { background-color: rgb(146,208,3); }
div.DivClassName
{
background-color: #92D003;
}
.BgClassName
{
background-color: #92D003;
}
</style>
border-color css
<style>
span { border-color: #92D003; }
span { border-color: rgb(146,208,3); }
td.TdClassName
{
border-color: #92D003;
}
.TagClassName
{
border-color: #92D003;
}
</style>