Shades of Citrus #92CB14
Tints of Citrus #92CB14
RGB
CMYK
RGB Variations
Color information
#92CB14 (or 0x92CB14) is known color: Citrus. HEX triplet: 92, CB and 14. RGB value is (146,203,20). Sum of RGB (Red+Green+Blue) = 146+203+20=369 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.57% from 369); Green value is 203 (79.69% from 255 or 55.01% from 369); Blue value is 20 (8.20% from 255 or 5.42% from 369); Max value from RGB is 203 - color contains mainly: green. Hex color #92CB14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92CB14 is #6D34EB. Grayscale: #A5A5A5. Windows color (decimal): -7156972 or 1362834. OLE color: 1362834.
HSL color Cylindrical-coordinate representation of color #92CB14: hue angle of 78.69º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #92CB14 is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 146 | 203 | 20 | - |
| CMYK | 0.28 | 0 | 0.90 | 0.20 |
| HSL | 78.69º | 0.82% | 0.44% | - |
| HSV(B) | 78.69º | 0.9% | 0.8% | - |
| XYZ | 33.34 | 48.87 | 8.34 | - |
| YUV | 165.1 | 46.12 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 203 | 20 | 0.28 | 0 | 0.90 | 0.20 | 78.69 | 0.82 | 0.44 |
| Hex | 92 | CB | 14 | 1C | 0 | 5A | 14 | 4F | 52 | 2C |
| Octal | 222 | 313 | 24 | 34 | 0 | 132 | 24 | 117 | 122 | 54 |
| Binary | 10010010 | 11001011 | 10100 | 11100 | 0 | 1011010 | 10100 | 1001111 | 1010010 | 101100 |
Color Harmonies of #92CB14
Complementary color
Monochromatic Colors of #92CB14
Black with #92CB14
Text Example
Text Example
White with #92CB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CB14; }
p { color: rgb(146,203,20); }
H1.HeaderClassName
{
color: #92CB14;
}
.AnyTagClassName
{
color: #92CB14;
}
</style>
background-color css
<style>
a { background-color: #92CB14; }
a { background-color: rgb(146,203,20); }
div.DivClassName
{
background-color: #92CB14;
}
.BgClassName
{
background-color: #92CB14;
}
</style>
border-color css
<style>
span { border-color: #92CB14; }
span { border-color: rgb(146,203,20); }
td.TdClassName
{
border-color: #92CB14;
}
.TagClassName
{
border-color: #92CB14;
}
</style>