Shades of Citrus #92C30F
Tints of Citrus #92C30F
RGB
CMYK
RGB Variations
Color information
#92C30F (or 0x92C30F) is known color: Citrus. HEX triplet: 92, C3 and 0F. RGB value is (146,195,15). Sum of RGB (Red+Green+Blue) = 146+195+15=356 (47% of max value = 765). Red value is 146 (57.42% from 255 or 41.01% from 356); Green value is 195 (76.56% from 255 or 54.78% from 356); Blue value is 15 (6.25% from 255 or 4.21% from 356); Max value from RGB is 195 - color contains mainly: green. Hex color #92C30F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92C30F is #6D3CF0. Grayscale: #A0A0A0. Windows color (decimal): -7159025 or 1033106. OLE color: 1033106.
HSL color Cylindrical-coordinate representation of color #92C30F: hue angle of 76.33º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #92C30F is Cyan = 0.25, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 195 | 15 | - |
| CMYK | 0.25 | 0 | 0.92 | 0.24 |
| HSL | 76.33º | 0.86% | 0.41% | - |
| HSV(B) | 76.33º | 0.92% | 0.76% | - |
| XYZ | 31.46 | 45.18 | 7.51 | - |
| YUV | 159.83 | 46.27 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 195 | 15 | 0.25 | 0 | 0.92 | 0.24 | 76.33 | 0.86 | 0.41 |
| Hex | 92 | C3 | F | 19 | 0 | 5C | 18 | 4C | 56 | 29 |
| Octal | 222 | 303 | 17 | 31 | 0 | 134 | 30 | 114 | 126 | 51 |
| Binary | 10010010 | 11000011 | 1111 | 11001 | 0 | 1011100 | 11000 | 1001100 | 1010110 | 101001 |
Color Harmonies of #92C30F
Complementary color
Monochromatic Colors of #92C30F
Black with #92C30F
Text Example
Text Example
White with #92C30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C30F; }
p { color: rgb(146,195,15); }
H1.HeaderClassName
{
color: #92C30F;
}
.AnyTagClassName
{
color: #92C30F;
}
</style>
background-color css
<style>
a { background-color: #92C30F; }
a { background-color: rgb(146,195,15); }
div.DivClassName
{
background-color: #92C30F;
}
.BgClassName
{
background-color: #92C30F;
}
</style>
border-color css
<style>
span { border-color: #92C30F; }
span { border-color: rgb(146,195,15); }
td.TdClassName
{
border-color: #92C30F;
}
.TagClassName
{
border-color: #92C30F;
}
</style>