Shades of Citrus #92CE13
Tints of Citrus #92CE13
RGB
CMYK
RGB Variations
Color information
#92CE13 (or 0x92CE13) is known color: Citrus. HEX triplet: 92, CE and 13. RGB value is (146,206,19). Sum of RGB (Red+Green+Blue) = 146+206+19=371 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.35% from 371); Green value is 206 (80.86% from 255 or 55.53% from 371); Blue value is 19 (7.81% from 255 or 5.12% from 371); Max value from RGB is 206 - color contains mainly: green. Hex color #92CE13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92CE13 is #6D31EC. Grayscale: #A7A7A7. Windows color (decimal): -7156205 or 1298066. OLE color: 1298066.
HSL color Cylindrical-coordinate representation of color #92CE13: hue angle of 79.25º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #92CE13 is Cyan = 0.29, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 206 | 19 | - |
| CMYK | 0.29 | 0 | 0.91 | 0.19 |
| HSL | 79.25º | 0.83% | 0.44% | - |
| HSV(B) | 79.25º | 0.91% | 0.81% | - |
| XYZ | 34.04 | 50.3 | 8.53 | - |
| YUV | 166.74 | 44.62 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 206 | 19 | 0.29 | 0 | 0.91 | 0.19 | 79.25 | 0.83 | 0.44 |
| Hex | 92 | CE | 13 | 1D | 0 | 5B | 13 | 4F | 53 | 2C |
| Octal | 222 | 316 | 23 | 35 | 0 | 133 | 23 | 117 | 123 | 54 |
| Binary | 10010010 | 11001110 | 10011 | 11101 | 0 | 1011011 | 10011 | 1001111 | 1010011 | 101100 |
Color Harmonies of #92CE13
Complementary color
Monochromatic Colors of #92CE13
Black with #92CE13
Text Example
Text Example
White with #92CE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CE13; }
p { color: rgb(146,206,19); }
H1.HeaderClassName
{
color: #92CE13;
}
.AnyTagClassName
{
color: #92CE13;
}
</style>
background-color css
<style>
a { background-color: #92CE13; }
a { background-color: rgb(146,206,19); }
div.DivClassName
{
background-color: #92CE13;
}
.BgClassName
{
background-color: #92CE13;
}
</style>
border-color css
<style>
span { border-color: #92CE13; }
span { border-color: rgb(146,206,19); }
td.TdClassName
{
border-color: #92CE13;
}
.TagClassName
{
border-color: #92CE13;
}
</style>