Shades of Citrus #8DB20F
Tints of Citrus #8DB20F
RGB
CMYK
RGB Variations
Color information
#8DB20F (or 0x8DB20F) is known color: Citrus. HEX triplet: 8D, B2 and 0F. RGB value is (141,178,15). Sum of RGB (Red+Green+Blue) = 141+178+15=334 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.22% from 334); Green value is 178 (69.92% from 255 or 53.29% from 334); Blue value is 15 (6.25% from 255 or 4.49% from 334); Max value from RGB is 178 - color contains mainly: green. Hex color #8DB20F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DB20F is #724DF0. Grayscale: #949494. Windows color (decimal): -7491057 or 1028749. OLE color: 1028749.
HSL color Cylindrical-coordinate representation of color #8DB20F: hue angle of 73.62º degrees, saturation: 0.84, 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 #8DB20F is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 141 | 178 | 15 | - |
| CMYK | 0.21 | 0 | 0.92 | 0.30 |
| HSL | 73.62º | 0.84% | 0.38% | - |
| HSV(B) | 73.62º | 0.92% | 0.7% | - |
| XYZ | 26.99 | 37.54 | 6.27 | - |
| YUV | 148.36 | 52.74 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 178 | 15 | 0.21 | 0 | 0.92 | 0.30 | 73.62 | 0.84 | 0.38 |
| Hex | 8D | B2 | F | 15 | 0 | 5C | 1E | 4A | 54 | 26 |
| Octal | 215 | 262 | 17 | 25 | 0 | 134 | 36 | 112 | 124 | 46 |
| Binary | 10001101 | 10110010 | 1111 | 10101 | 0 | 1011100 | 11110 | 1001010 | 1010100 | 100110 |
Color Harmonies of #8DB20F
Complementary color
Monochromatic Colors of #8DB20F
Black with #8DB20F
Text Example
Text Example
White with #8DB20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB20F; }
p { color: rgb(141,178,15); }
H1.HeaderClassName
{
color: #8DB20F;
}
.AnyTagClassName
{
color: #8DB20F;
}
</style>
background-color css
<style>
a { background-color: #8DB20F; }
a { background-color: rgb(141,178,15); }
div.DivClassName
{
background-color: #8DB20F;
}
.BgClassName
{
background-color: #8DB20F;
}
</style>
border-color css
<style>
span { border-color: #8DB20F; }
span { border-color: rgb(141,178,15); }
td.TdClassName
{
border-color: #8DB20F;
}
.TagClassName
{
border-color: #8DB20F;
}
</style>