Shades of Citrus #9DCD08
Tints of Citrus #9DCD08
RGB
CMYK
RGB Variations
Color information
#9DCD08 (or 0x9DCD08) is known color: Citrus. HEX triplet: 9D, CD and 08. RGB value is (157,205,8). Sum of RGB (Red+Green+Blue) = 157+205+8=370 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.43% from 370); Green value is 205 (80.47% from 255 or 55.41% from 370); Blue value is 8 (3.52% from 255 or 2.16% from 370); Max value from RGB is 205 - color contains mainly: green. Hex color #9DCD08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DCD08 is #6232F7. Grayscale: #A8A8A8. Windows color (decimal): -6435576 or 576925. OLE color: 576925.
HSL color Cylindrical-coordinate representation of color #9DCD08: hue angle of 74.62º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9DCD08 is Cyan = 0.23, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 205 | 8 | - |
| CMYK | 0.23 | 0 | 0.96 | 0.20 |
| HSL | 74.62º | 0.92% | 0.42% | - |
| HSV(B) | 74.62º | 0.96% | 0.8% | - |
| XYZ | 35.78 | 50.85 | 8.16 | - |
| YUV | 168.19 | 37.6 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 205 | 8 | 0.23 | 0 | 0.96 | 0.20 | 74.62 | 0.92 | 0.42 |
| Hex | 9D | CD | 8 | 17 | 0 | 60 | 14 | 4B | 5C | 2A |
| Octal | 235 | 315 | 10 | 27 | 0 | 140 | 24 | 113 | 134 | 52 |
| Binary | 10011101 | 11001101 | 1000 | 10111 | 0 | 1100000 | 10100 | 1001011 | 1011100 | 101010 |
Color Harmonies of #9DCD08
Complementary color
Monochromatic Colors of #9DCD08
Black with #9DCD08
Text Example
Text Example
White with #9DCD08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCD08; }
p { color: rgb(157,205,8); }
H1.HeaderClassName
{
color: #9DCD08;
}
.AnyTagClassName
{
color: #9DCD08;
}
</style>
background-color css
<style>
a { background-color: #9DCD08; }
a { background-color: rgb(157,205,8); }
div.DivClassName
{
background-color: #9DCD08;
}
.BgClassName
{
background-color: #9DCD08;
}
</style>
border-color css
<style>
span { border-color: #9DCD08; }
span { border-color: rgb(157,205,8); }
td.TdClassName
{
border-color: #9DCD08;
}
.TagClassName
{
border-color: #9DCD08;
}
</style>