Shades of Citrus #9DD00B
Tints of Citrus #9DD00B
RGB
CMYK
RGB Variations
Color information
#9DD00B (or 0x9DD00B) is known color: Citrus. HEX triplet: 9D, D0 and 0B. RGB value is (157,208,11). Sum of RGB (Red+Green+Blue) = 157+208+11=376 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.76% from 376); Green value is 208 (81.64% from 255 or 55.32% from 376); Blue value is 11 (4.69% from 255 or 2.93% from 376); Max value from RGB is 208 - color contains mainly: green. Hex color #9DD00B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DD00B is #622FF4. Grayscale: #ABABAB. Windows color (decimal): -6434805 or 774301. OLE color: 774301.
HSL color Cylindrical-coordinate representation of color #9DD00B: hue angle of 75.53º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9DD00B is Cyan = 0.25, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 157 | 208 | 11 | - |
| CMYK | 0.25 | 0 | 0.95 | 0.18 |
| HSL | 75.53º | 0.9% | 0.43% | - |
| HSV(B) | 75.53º | 0.95% | 0.82% | - |
| XYZ | 36.52 | 52.3 | 8.49 | - |
| YUV | 170.29 | 38.1 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 208 | 11 | 0.25 | 0 | 0.95 | 0.18 | 75.53 | 0.9 | 0.43 |
| Hex | 9D | D0 | B | 19 | 0 | 5F | 12 | 4C | 5A | 2B |
| Octal | 235 | 320 | 13 | 31 | 0 | 137 | 22 | 114 | 132 | 53 |
| Binary | 10011101 | 11010000 | 1011 | 11001 | 0 | 1011111 | 10010 | 1001100 | 1011010 | 101011 |
Color Harmonies of #9DD00B
Complementary color
Monochromatic Colors of #9DD00B
Black with #9DD00B
Text Example
Text Example
White with #9DD00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD00B; }
p { color: rgb(157,208,11); }
H1.HeaderClassName
{
color: #9DD00B;
}
.AnyTagClassName
{
color: #9DD00B;
}
</style>
background-color css
<style>
a { background-color: #9DD00B; }
a { background-color: rgb(157,208,11); }
div.DivClassName
{
background-color: #9DD00B;
}
.BgClassName
{
background-color: #9DD00B;
}
</style>
border-color css
<style>
span { border-color: #9DD00B; }
span { border-color: rgb(157,208,11); }
td.TdClassName
{
border-color: #9DD00B;
}
.TagClassName
{
border-color: #9DD00B;
}
</style>