Shades of Citrus #8BCF10
Tints of Citrus #8BCF10
RGB
CMYK
RGB Variations
Color information
#8BCF10 (or 0x8BCF10) is known color: Citrus. HEX triplet: 8B, CF and 10. RGB value is (139,207,16). Sum of RGB (Red+Green+Blue) = 139+207+16=362 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.40% from 362); Green value is 207 (81.25% from 255 or 57.18% from 362); Blue value is 16 (6.64% from 255 or 4.42% from 362); Max value from RGB is 207 - color contains mainly: green. Hex color #8BCF10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BCF10 is #7430EF. Grayscale: #A5A5A5. Windows color (decimal): -7614704 or 1101707. OLE color: 1101707.
HSL color Cylindrical-coordinate representation of color #8BCF10: hue angle of 81.36º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8BCF10 is Cyan = 0.33, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 207 | 16 | - |
| CMYK | 0.33 | 0 | 0.92 | 0.19 |
| HSL | 81.36º | 0.86% | 0.44% | - |
| HSV(B) | 81.36º | 0.92% | 0.81% | - |
| XYZ | 33.05 | 50.15 | 8.43 | - |
| YUV | 164.89 | 43.97 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 207 | 16 | 0.33 | 0 | 0.92 | 0.19 | 81.36 | 0.86 | 0.44 |
| Hex | 8B | CF | 10 | 21 | 0 | 5C | 13 | 51 | 56 | 2C |
| Octal | 213 | 317 | 20 | 41 | 0 | 134 | 23 | 121 | 126 | 54 |
| Binary | 10001011 | 11001111 | 10000 | 100001 | 0 | 1011100 | 10011 | 1010001 | 1010110 | 101100 |
Color Harmonies of #8BCF10
Complementary color
Monochromatic Colors of #8BCF10
Black with #8BCF10
Text Example
Text Example
White with #8BCF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCF10; }
p { color: rgb(139,207,16); }
H1.HeaderClassName
{
color: #8BCF10;
}
.AnyTagClassName
{
color: #8BCF10;
}
</style>
background-color css
<style>
a { background-color: #8BCF10; }
a { background-color: rgb(139,207,16); }
div.DivClassName
{
background-color: #8BCF10;
}
.BgClassName
{
background-color: #8BCF10;
}
</style>
border-color css
<style>
span { border-color: #8BCF10; }
span { border-color: rgb(139,207,16); }
td.TdClassName
{
border-color: #8BCF10;
}
.TagClassName
{
border-color: #8BCF10;
}
</style>