Shades of Citrus #92C714
Tints of Citrus #92C714
RGB
CMYK
RGB Variations
Color information
#92C714 (or 0x92C714) is known color: Citrus. HEX triplet: 92, C7 and 14. RGB value is (146,199,20). Sum of RGB (Red+Green+Blue) = 146+199+20=365 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40% from 365); Green value is 199 (78.12% from 255 or 54.52% from 365); Blue value is 20 (8.20% from 255 or 5.48% from 365); Max value from RGB is 199 - color contains mainly: green. Hex color #92C714 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92C714 is #6D38EB. Grayscale: #A3A3A3. Windows color (decimal): -7157996 or 1361810. OLE color: 1361810.
HSL color Cylindrical-coordinate representation of color #92C714: hue angle of 77.77º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #92C714 is Cyan = 0.27, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 146 | 199 | 20 | - |
| CMYK | 0.27 | 0 | 0.90 | 0.22 |
| HSL | 77.77º | 0.82% | 0.43% | - |
| HSV(B) | 77.77º | 0.9% | 0.78% | - |
| XYZ | 32.4 | 47.01 | 8.03 | - |
| YUV | 162.75 | 47.44 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 199 | 20 | 0.27 | 0 | 0.90 | 0.22 | 77.77 | 0.82 | 0.43 |
| Hex | 92 | C7 | 14 | 1B | 0 | 5A | 16 | 4E | 52 | 2B |
| Octal | 222 | 307 | 24 | 33 | 0 | 132 | 26 | 116 | 122 | 53 |
| Binary | 10010010 | 11000111 | 10100 | 11011 | 0 | 1011010 | 10110 | 1001110 | 1010010 | 101011 |
Color Harmonies of #92C714
Complementary color
Monochromatic Colors of #92C714
Black with #92C714
Text Example
Text Example
White with #92C714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C714; }
p { color: rgb(146,199,20); }
H1.HeaderClassName
{
color: #92C714;
}
.AnyTagClassName
{
color: #92C714;
}
</style>
background-color css
<style>
a { background-color: #92C714; }
a { background-color: rgb(146,199,20); }
div.DivClassName
{
background-color: #92C714;
}
.BgClassName
{
background-color: #92C714;
}
</style>
border-color css
<style>
span { border-color: #92C714; }
span { border-color: rgb(146,199,20); }
td.TdClassName
{
border-color: #92C714;
}
.TagClassName
{
border-color: #92C714;
}
</style>