Shades of Citrus #92D002
Tints of Citrus #92D002
RGB
CMYK
RGB Variations
Color information
#92D002 (or 0x92D002) is known color: Citrus. HEX triplet: 92, D0 and 02. RGB value is (146,208,2). Sum of RGB (Red+Green+Blue) = 146+208+2=356 (47% of max value = 765). Red value is 146 (57.42% from 255 or 41.01% from 356); Green value is 208 (81.64% from 255 or 58.43% from 356); Blue value is 2 (1.17% from 255 or 0.56% from 356); Max value from RGB is 208 - color contains mainly: green. Hex color #92D002 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92D002 is #6D2FFD. Grayscale: #A6A6A6. Windows color (decimal): -7155710 or 184466. OLE color: 184466.
HSL color Cylindrical-coordinate representation of color #92D002: hue angle of 78.06º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #92D002 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 146 | 208 | 2 | - |
| CMYK | 0.30 | 0 | 0.99 | 0.18 |
| HSL | 78.06º | 0.98% | 0.41% | - |
| HSV(B) | 78.06º | 0.99% | 0.82% | - |
| XYZ | 34.42 | 51.23 | 8.13 | - |
| YUV | 165.98 | 35.46 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 208 | 2 | 0.30 | 0 | 0.99 | 0.18 | 78.06 | 0.98 | 0.41 |
| Hex | 92 | D0 | 2 | 1E | 0 | 63 | 12 | 4E | 62 | 29 |
| Octal | 222 | 320 | 2 | 36 | 0 | 143 | 22 | 116 | 142 | 51 |
| Binary | 10010010 | 11010000 | 10 | 11110 | 0 | 1100011 | 10010 | 1001110 | 1100010 | 101001 |
Color Harmonies of #92D002
Complementary color
Monochromatic Colors of #92D002
Black with #92D002
Text Example
Text Example
White with #92D002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D002; }
p { color: rgb(146,208,2); }
H1.HeaderClassName
{
color: #92D002;
}
.AnyTagClassName
{
color: #92D002;
}
</style>
background-color css
<style>
a { background-color: #92D002; }
a { background-color: rgb(146,208,2); }
div.DivClassName
{
background-color: #92D002;
}
.BgClassName
{
background-color: #92D002;
}
</style>
border-color css
<style>
span { border-color: #92D002; }
span { border-color: rgb(146,208,2); }
td.TdClassName
{
border-color: #92D002;
}
.TagClassName
{
border-color: #92D002;
}
</style>