Shades of Citrus #92D007
Tints of Citrus #92D007
RGB
CMYK
RGB Variations
Color information
#92D007 (or 0x92D007) is known color: Citrus. HEX triplet: 92, D0 and 07. RGB value is (146,208,7). Sum of RGB (Red+Green+Blue) = 146+208+7=361 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.44% from 361); Green value is 208 (81.64% from 255 or 57.62% from 361); Blue value is 7 (3.12% from 255 or 1.94% from 361); Max value from RGB is 208 - color contains mainly: green. Hex color #92D007 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92D007 is #6D2FF8. Grayscale: #A7A7A7. Windows color (decimal): -7155705 or 512146. OLE color: 512146.
HSL color Cylindrical-coordinate representation of color #92D007: hue angle of 78.51º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #92D007 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 146 | 208 | 7 | - |
| CMYK | 0.30 | 0 | 0.97 | 0.18 |
| HSL | 78.51º | 0.93% | 0.42% | - |
| HSV(B) | 78.51º | 0.97% | 0.82% | - |
| XYZ | 34.45 | 51.24 | 8.28 | - |
| YUV | 166.55 | 37.96 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 208 | 7 | 0.30 | 0 | 0.97 | 0.18 | 78.51 | 0.93 | 0.42 |
| Hex | 92 | D0 | 7 | 1E | 0 | 61 | 12 | 4F | 5D | 2A |
| Octal | 222 | 320 | 7 | 36 | 0 | 141 | 22 | 117 | 135 | 52 |
| Binary | 10010010 | 11010000 | 111 | 11110 | 0 | 1100001 | 10010 | 1001111 | 1011101 | 101010 |
Color Harmonies of #92D007
Complementary color
Monochromatic Colors of #92D007
Black with #92D007
Text Example
Text Example
White with #92D007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D007; }
p { color: rgb(146,208,7); }
H1.HeaderClassName
{
color: #92D007;
}
.AnyTagClassName
{
color: #92D007;
}
</style>
background-color css
<style>
a { background-color: #92D007; }
a { background-color: rgb(146,208,7); }
div.DivClassName
{
background-color: #92D007;
}
.BgClassName
{
background-color: #92D007;
}
</style>
border-color css
<style>
span { border-color: #92D007; }
span { border-color: rgb(146,208,7); }
td.TdClassName
{
border-color: #92D007;
}
.TagClassName
{
border-color: #92D007;
}
</style>