Shades of Citrus #92D010
Tints of Citrus #92D010
RGB
CMYK
RGB Variations
Color information
#92D010 (or 0x92D010) is known color: Citrus. HEX triplet: 92, D0 and 10. RGB value is (146,208,16). Sum of RGB (Red+Green+Blue) = 146+208+16=370 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.46% from 370); Green value is 208 (81.64% from 255 or 56.22% from 370); Blue value is 16 (6.64% from 255 or 4.32% from 370); Max value from RGB is 208 - color contains mainly: green. Hex color #92D010 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92D010 is #6D2FEF. Grayscale: #A8A8A8. Windows color (decimal): -7155696 or 1101970. OLE color: 1101970.
HSL color Cylindrical-coordinate representation of color #92D010: hue angle of 79.38º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #92D010 is Cyan = 0.30, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 146 | 208 | 16 | - |
| CMYK | 0.30 | 0 | 0.92 | 0.18 |
| HSL | 79.38º | 0.86% | 0.44% | - |
| HSV(B) | 79.38º | 0.92% | 0.82% | - |
| XYZ | 34.5 | 51.26 | 8.57 | - |
| YUV | 167.57 | 42.46 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 208 | 16 | 0.30 | 0 | 0.92 | 0.18 | 79.38 | 0.86 | 0.44 |
| Hex | 92 | D0 | 10 | 1E | 0 | 5C | 12 | 4F | 56 | 2C |
| Octal | 222 | 320 | 20 | 36 | 0 | 134 | 22 | 117 | 126 | 54 |
| Binary | 10010010 | 11010000 | 10000 | 11110 | 0 | 1011100 | 10010 | 1001111 | 1010110 | 101100 |
Color Harmonies of #92D010
Complementary color
Monochromatic Colors of #92D010
Black with #92D010
Text Example
Text Example
White with #92D010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D010; }
p { color: rgb(146,208,16); }
H1.HeaderClassName
{
color: #92D010;
}
.AnyTagClassName
{
color: #92D010;
}
</style>
background-color css
<style>
a { background-color: #92D010; }
a { background-color: rgb(146,208,16); }
div.DivClassName
{
background-color: #92D010;
}
.BgClassName
{
background-color: #92D010;
}
</style>
border-color css
<style>
span { border-color: #92D010; }
span { border-color: rgb(146,208,16); }
td.TdClassName
{
border-color: #92D010;
}
.TagClassName
{
border-color: #92D010;
}
</style>