Shades of Citrus #9DB30F
Tints of Citrus #9DB30F
RGB
CMYK
RGB Variations
Color information
#9DB30F (or 0x9DB30F) is known color: Citrus. HEX triplet: 9D, B3 and 0F. RGB value is (157,179,15). Sum of RGB (Red+Green+Blue) = 157+179+15=351 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.73% from 351); Green value is 179 (70.31% from 255 or 51.00% from 351); Blue value is 15 (6.25% from 255 or 4.27% from 351); Max value from RGB is 179 - color contains mainly: green. Hex color #9DB30F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DB30F is #624CF0. Grayscale: #9A9A9A. Windows color (decimal): -6442225 or 1029021. OLE color: 1029021.
HSL color Cylindrical-coordinate representation of color #9DB30F: hue angle of 68.05º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9DB30F is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 157 | 179 | 15 | - |
| CMYK | 0.12 | 0 | 0.92 | 0.30 |
| HSL | 68.05º | 0.85% | 0.38% | - |
| HSV(B) | 68.05º | 0.92% | 0.7% | - |
| XYZ | 30.11 | 39.44 | 6.48 | - |
| YUV | 153.73 | 49.71 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 179 | 15 | 0.12 | 0 | 0.92 | 0.30 | 68.05 | 0.85 | 0.38 |
| Hex | 9D | B3 | F | C | 0 | 5C | 1E | 44 | 55 | 26 |
| Octal | 235 | 263 | 17 | 14 | 0 | 134 | 36 | 104 | 125 | 46 |
| Binary | 10011101 | 10110011 | 1111 | 1100 | 0 | 1011100 | 11110 | 1000100 | 1010101 | 100110 |
Color Harmonies of #9DB30F
Complementary color
Monochromatic Colors of #9DB30F
Black with #9DB30F
Text Example
Text Example
White with #9DB30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB30F; }
p { color: rgb(157,179,15); }
H1.HeaderClassName
{
color: #9DB30F;
}
.AnyTagClassName
{
color: #9DB30F;
}
</style>
background-color css
<style>
a { background-color: #9DB30F; }
a { background-color: rgb(157,179,15); }
div.DivClassName
{
background-color: #9DB30F;
}
.BgClassName
{
background-color: #9DB30F;
}
</style>
border-color css
<style>
span { border-color: #9DB30F; }
span { border-color: rgb(157,179,15); }
td.TdClassName
{
border-color: #9DB30F;
}
.TagClassName
{
border-color: #9DB30F;
}
</style>