Shades of Citrus #9BCD05
Tints of Citrus #9BCD05
RGB
CMYK
RGB Variations
Color information
#9BCD05 (or 0x9BCD05) is known color: Citrus. HEX triplet: 9B, CD and 05. RGB value is (155,205,5). Sum of RGB (Red+Green+Blue) = 155+205+5=365 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.47% from 365); Green value is 205 (80.47% from 255 or 56.16% from 365); Blue value is 5 (2.34% from 255 or 1.37% from 365); Max value from RGB is 205 - color contains mainly: green. Hex color #9BCD05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BCD05 is #6432FA. Grayscale: #A8A8A8. Windows color (decimal): -6566651 or 380315. OLE color: 380315.
HSL color Cylindrical-coordinate representation of color #9BCD05: hue angle of 75º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9BCD05 is Cyan = 0.24, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 205 | 5 | - |
| CMYK | 0.24 | 0 | 0.98 | 0.20 |
| HSL | 75º | 0.95% | 0.41% | - |
| HSV(B) | 75º | 0.98% | 0.8% | - |
| XYZ | 35.38 | 50.64 | 8.05 | - |
| YUV | 167.25 | 36.44 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 205 | 5 | 0.24 | 0 | 0.98 | 0.20 | 75 | 0.95 | 0.41 |
| Hex | 9B | CD | 5 | 18 | 0 | 62 | 14 | 4B | 5F | 29 |
| Octal | 233 | 315 | 5 | 30 | 0 | 142 | 24 | 113 | 137 | 51 |
| Binary | 10011011 | 11001101 | 101 | 11000 | 0 | 1100010 | 10100 | 1001011 | 1011111 | 101001 |
Color Harmonies of #9BCD05
Complementary color
Monochromatic Colors of #9BCD05
Black with #9BCD05
Text Example
Text Example
White with #9BCD05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCD05; }
p { color: rgb(155,205,5); }
H1.HeaderClassName
{
color: #9BCD05;
}
.AnyTagClassName
{
color: #9BCD05;
}
</style>
background-color css
<style>
a { background-color: #9BCD05; }
a { background-color: rgb(155,205,5); }
div.DivClassName
{
background-color: #9BCD05;
}
.BgClassName
{
background-color: #9BCD05;
}
</style>
border-color css
<style>
span { border-color: #9BCD05; }
span { border-color: rgb(155,205,5); }
td.TdClassName
{
border-color: #9BCD05;
}
.TagClassName
{
border-color: #9BCD05;
}
</style>