Shades of Citrus #92CF05
Tints of Citrus #92CF05
RGB
CMYK
RGB Variations
Color information
#92CF05 (or 0x92CF05) is known color: Citrus. HEX triplet: 92, CF and 05. RGB value is (146,207,5). Sum of RGB (Red+Green+Blue) = 146+207+5=358 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.78% from 358); Green value is 207 (81.25% from 255 or 57.82% from 358); Blue value is 5 (2.34% from 255 or 1.40% from 358); Max value from RGB is 207 - color contains mainly: green. Hex color #92CF05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92CF05 is #6D30FA. Grayscale: #A6A6A6. Windows color (decimal): -7155963 or 380818. OLE color: 380818.
HSL color Cylindrical-coordinate representation of color #92CF05: hue angle of 78.12º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #92CF05 is Cyan = 0.29, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 207 | 5 | - |
| CMYK | 0.29 | 0 | 0.98 | 0.19 |
| HSL | 78.12º | 0.95% | 0.42% | - |
| HSV(B) | 78.12º | 0.98% | 0.81% | - |
| XYZ | 34.19 | 50.75 | 8.14 | - |
| YUV | 165.73 | 37.29 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 207 | 5 | 0.29 | 0 | 0.98 | 0.19 | 78.12 | 0.95 | 0.42 |
| Hex | 92 | CF | 5 | 1D | 0 | 62 | 13 | 4E | 5F | 2A |
| Octal | 222 | 317 | 5 | 35 | 0 | 142 | 23 | 116 | 137 | 52 |
| Binary | 10010010 | 11001111 | 101 | 11101 | 0 | 1100010 | 10011 | 1001110 | 1011111 | 101010 |
Color Harmonies of #92CF05
Complementary color
Monochromatic Colors of #92CF05
Black with #92CF05
Text Example
Text Example
White with #92CF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CF05; }
p { color: rgb(146,207,5); }
H1.HeaderClassName
{
color: #92CF05;
}
.AnyTagClassName
{
color: #92CF05;
}
</style>
background-color css
<style>
a { background-color: #92CF05; }
a { background-color: rgb(146,207,5); }
div.DivClassName
{
background-color: #92CF05;
}
.BgClassName
{
background-color: #92CF05;
}
</style>
border-color css
<style>
span { border-color: #92CF05; }
span { border-color: rgb(146,207,5); }
td.TdClassName
{
border-color: #92CF05;
}
.TagClassName
{
border-color: #92CF05;
}
</style>