Shades of Citrus #8FD30B
Tints of Citrus #8FD30B
RGB
CMYK
RGB Variations
Color information
#8FD30B (or 0x8FD30B) is known color: Citrus. HEX triplet: 8F, D3 and 0B. RGB value is (143,211,11). Sum of RGB (Red+Green+Blue) = 143+211+11=365 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.18% from 365); Green value is 211 (82.81% from 255 or 57.81% from 365); Blue value is 11 (4.69% from 255 or 3.01% from 365); Max value from RGB is 211 - color contains mainly: green. Hex color #8FD30B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FD30B is #702CF4. Grayscale: #A8A8A8. Windows color (decimal): -7351541 or 775055. OLE color: 775055.
HSL color Cylindrical-coordinate representation of color #8FD30B: hue angle of 80.4º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8FD30B is Cyan = 0.32, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 143 | 211 | 11 | - |
| CMYK | 0.32 | 0 | 0.95 | 0.17 |
| HSL | 80.4º | 0.9% | 0.44% | - |
| HSV(B) | 80.4º | 0.95% | 0.83% | - |
| XYZ | 34.68 | 52.45 | 8.61 | - |
| YUV | 167.87 | 39.47 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 211 | 11 | 0.32 | 0 | 0.95 | 0.17 | 80.4 | 0.9 | 0.44 |
| Hex | 8F | D3 | B | 20 | 0 | 5F | 11 | 50 | 5A | 2C |
| Octal | 217 | 323 | 13 | 40 | 0 | 137 | 21 | 120 | 132 | 54 |
| Binary | 10001111 | 11010011 | 1011 | 100000 | 0 | 1011111 | 10001 | 1010000 | 1011010 | 101100 |
Color Harmonies of #8FD30B
Complementary color
Monochromatic Colors of #8FD30B
Black with #8FD30B
Text Example
Text Example
White with #8FD30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD30B; }
p { color: rgb(143,211,11); }
H1.HeaderClassName
{
color: #8FD30B;
}
.AnyTagClassName
{
color: #8FD30B;
}
</style>
background-color css
<style>
a { background-color: #8FD30B; }
a { background-color: rgb(143,211,11); }
div.DivClassName
{
background-color: #8FD30B;
}
.BgClassName
{
background-color: #8FD30B;
}
</style>
border-color css
<style>
span { border-color: #8FD30B; }
span { border-color: rgb(143,211,11); }
td.TdClassName
{
border-color: #8FD30B;
}
.TagClassName
{
border-color: #8FD30B;
}
</style>