Shades of Citrus #9DBE02
Tints of Citrus #9DBE02
RGB
CMYK
RGB Variations
Color information
#9DBE02 (or 0x9DBE02) is known color: Citrus. HEX triplet: 9D, BE and 02. RGB value is (157,190,2). Sum of RGB (Red+Green+Blue) = 157+190+2=349 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.99% from 349); Green value is 190 (74.61% from 255 or 54.44% from 349); Blue value is 2 (1.17% from 255 or 0.57% from 349); Max value from RGB is 190 - color contains mainly: green. Hex color #9DBE02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DBE02 is #6241FD. Grayscale: #9F9F9F. Windows color (decimal): -6439422 or 179869. OLE color: 179869.
HSL color Cylindrical-coordinate representation of color #9DBE02: hue angle of 70.53º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9DBE02 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 190 | 2 | - |
| CMYK | 0.17 | 0 | 0.99 | 0.25 |
| HSL | 70.53º | 0.98% | 0.38% | - |
| HSV(B) | 70.53º | 0.99% | 0.75% | - |
| XYZ | 32.33 | 44 | 6.85 | - |
| YUV | 158.7 | 39.57 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 190 | 2 | 0.17 | 0 | 0.99 | 0.25 | 70.53 | 0.98 | 0.38 |
| Hex | 9D | BE | 2 | 11 | 0 | 63 | 19 | 47 | 62 | 26 |
| Octal | 235 | 276 | 2 | 21 | 0 | 143 | 31 | 107 | 142 | 46 |
| Binary | 10011101 | 10111110 | 10 | 10001 | 0 | 1100011 | 11001 | 1000111 | 1100010 | 100110 |
Color Harmonies of #9DBE02
Complementary color
Monochromatic Colors of #9DBE02
Black with #9DBE02
Text Example
Text Example
White with #9DBE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBE02; }
p { color: rgb(157,190,2); }
H1.HeaderClassName
{
color: #9DBE02;
}
.AnyTagClassName
{
color: #9DBE02;
}
</style>
background-color css
<style>
a { background-color: #9DBE02; }
a { background-color: rgb(157,190,2); }
div.DivClassName
{
background-color: #9DBE02;
}
.BgClassName
{
background-color: #9DBE02;
}
</style>
border-color css
<style>
span { border-color: #9DBE02; }
span { border-color: rgb(157,190,2); }
td.TdClassName
{
border-color: #9DBE02;
}
.TagClassName
{
border-color: #9DBE02;
}
</style>