Shades of Citrus #92D008
Tints of Citrus #92D008
RGB
CMYK
RGB Variations
Color information
#92D008 (or 0x92D008) is known color: Citrus. HEX triplet: 92, D0 and 08. RGB value is (146,208,8). Sum of RGB (Red+Green+Blue) = 146+208+8=362 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.33% from 362); Green value is 208 (81.64% from 255 or 57.46% from 362); Blue value is 8 (3.52% from 255 or 2.21% from 362); Max value from RGB is 208 - color contains mainly: green. Hex color #92D008 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92D008 is #6D2FF7. Grayscale: #A7A7A7. Windows color (decimal): -7155704 or 577682. OLE color: 577682.
HSL color Cylindrical-coordinate representation of color #92D008: hue angle of 78.6º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #92D008 is Cyan = 0.30, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 146 | 208 | 8 | - |
| CMYK | 0.30 | 0 | 0.96 | 0.18 |
| HSL | 78.6º | 0.93% | 0.42% | - |
| HSV(B) | 78.6º | 0.96% | 0.82% | - |
| XYZ | 34.45 | 51.24 | 8.3 | - |
| YUV | 166.66 | 38.46 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 208 | 8 | 0.30 | 0 | 0.96 | 0.18 | 78.6 | 0.93 | 0.42 |
| Hex | 92 | D0 | 8 | 1E | 0 | 60 | 12 | 4F | 5D | 2A |
| Octal | 222 | 320 | 10 | 36 | 0 | 140 | 22 | 117 | 135 | 52 |
| Binary | 10010010 | 11010000 | 1000 | 11110 | 0 | 1100000 | 10010 | 1001111 | 1011101 | 101010 |
Color Harmonies of #92D008
Complementary color
Monochromatic Colors of #92D008
Black with #92D008
Text Example
Text Example
White with #92D008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D008; }
p { color: rgb(146,208,8); }
H1.HeaderClassName
{
color: #92D008;
}
.AnyTagClassName
{
color: #92D008;
}
</style>
background-color css
<style>
a { background-color: #92D008; }
a { background-color: rgb(146,208,8); }
div.DivClassName
{
background-color: #92D008;
}
.BgClassName
{
background-color: #92D008;
}
</style>
border-color css
<style>
span { border-color: #92D008; }
span { border-color: rgb(146,208,8); }
td.TdClassName
{
border-color: #92D008;
}
.TagClassName
{
border-color: #92D008;
}
</style>