Shades of Citrus #92D30B
Tints of Citrus #92D30B
RGB
CMYK
RGB Variations
Color information
#92D30B (or 0x92D30B) is known color: Citrus. HEX triplet: 92, D3 and 0B. RGB value is (146,211,11). Sum of RGB (Red+Green+Blue) = 146+211+11=368 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.67% from 368); Green value is 211 (82.81% from 255 or 57.34% from 368); Blue value is 11 (4.69% from 255 or 2.99% from 368); Max value from RGB is 211 - color contains mainly: green. Hex color #92D30B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92D30B is #6D2CF4. Grayscale: #A9A9A9. Windows color (decimal): -7154933 or 775058. OLE color: 775058.
HSL color Cylindrical-coordinate representation of color #92D30B: hue angle of 79.5º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #92D30B is Cyan = 0.31, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 146 | 211 | 11 | - |
| CMYK | 0.31 | 0 | 0.95 | 0.17 |
| HSL | 79.5º | 0.9% | 0.44% | - |
| HSV(B) | 79.5º | 0.95% | 0.83% | - |
| XYZ | 35.21 | 52.72 | 8.64 | - |
| YUV | 168.77 | 38.97 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 211 | 11 | 0.31 | 0 | 0.95 | 0.17 | 79.5 | 0.9 | 0.44 |
| Hex | 92 | D3 | B | 1F | 0 | 5F | 11 | 50 | 5A | 2C |
| Octal | 222 | 323 | 13 | 37 | 0 | 137 | 21 | 120 | 132 | 54 |
| Binary | 10010010 | 11010011 | 1011 | 11111 | 0 | 1011111 | 10001 | 1010000 | 1011010 | 101100 |
Color Harmonies of #92D30B
Complementary color
Monochromatic Colors of #92D30B
Black with #92D30B
Text Example
Text Example
White with #92D30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D30B; }
p { color: rgb(146,211,11); }
H1.HeaderClassName
{
color: #92D30B;
}
.AnyTagClassName
{
color: #92D30B;
}
</style>
background-color css
<style>
a { background-color: #92D30B; }
a { background-color: rgb(146,211,11); }
div.DivClassName
{
background-color: #92D30B;
}
.BgClassName
{
background-color: #92D30B;
}
</style>
border-color css
<style>
span { border-color: #92D30B; }
span { border-color: rgb(146,211,11); }
td.TdClassName
{
border-color: #92D30B;
}
.TagClassName
{
border-color: #92D30B;
}
</style>