Shades of Citrus #8DD00B
Tints of Citrus #8DD00B
RGB
CMYK
RGB Variations
Color information
#8DD00B (or 0x8DD00B) is known color: Citrus. HEX triplet: 8D, D0 and 0B. RGB value is (141,208,11). Sum of RGB (Red+Green+Blue) = 141+208+11=360 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.17% from 360); Green value is 208 (81.64% from 255 or 57.78% from 360); Blue value is 11 (4.69% from 255 or 3.06% from 360); Max value from RGB is 208 - color contains mainly: green. Hex color #8DD00B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DD00B is #722FF4. Grayscale: #A6A6A6. Windows color (decimal): -7483381 or 774285. OLE color: 774285.
HSL color Cylindrical-coordinate representation of color #8DD00B: hue angle of 80.41º 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 #8DD00B is Cyan = 0.32, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 141 | 208 | 11 | - |
| CMYK | 0.32 | 0 | 0.95 | 0.18 |
| HSL | 80.41º | 0.9% | 0.43% | - |
| HSV(B) | 80.41º | 0.95% | 0.82% | - |
| XYZ | 33.6 | 50.8 | 8.35 | - |
| YUV | 165.51 | 40.8 | 110.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 208 | 11 | 0.32 | 0 | 0.95 | 0.18 | 80.41 | 0.9 | 0.43 |
| Hex | 8D | D0 | B | 20 | 0 | 5F | 12 | 50 | 5A | 2B |
| Octal | 215 | 320 | 13 | 40 | 0 | 137 | 22 | 120 | 132 | 53 |
| Binary | 10001101 | 11010000 | 1011 | 100000 | 0 | 1011111 | 10010 | 1010000 | 1011010 | 101011 |
Color Harmonies of #8DD00B
Complementary color
Monochromatic Colors of #8DD00B
Black with #8DD00B
Text Example
Text Example
White with #8DD00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD00B; }
p { color: rgb(141,208,11); }
H1.HeaderClassName
{
color: #8DD00B;
}
.AnyTagClassName
{
color: #8DD00B;
}
</style>
background-color css
<style>
a { background-color: #8DD00B; }
a { background-color: rgb(141,208,11); }
div.DivClassName
{
background-color: #8DD00B;
}
.BgClassName
{
background-color: #8DD00B;
}
</style>
border-color css
<style>
span { border-color: #8DD00B; }
span { border-color: rgb(141,208,11); }
td.TdClassName
{
border-color: #8DD00B;
}
.TagClassName
{
border-color: #8DD00B;
}
</style>