Shades of Chartreuse #8CF50D
Tints of Chartreuse #8CF50D
RGB
CMYK
RGB Variations
Color information
#8CF50D (or 0x8CF50D) is known color: Chartreuse. HEX triplet: 8C, F5 and 0D. RGB value is (140,245,13). Sum of RGB (Red+Green+Blue) = 140+245+13=398 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.18% from 398); Green value is 245 (96.09% from 255 or 61.56% from 398); Blue value is 13 (5.47% from 255 or 3.27% from 398); Max value from RGB is 245 - color contains mainly: green. Hex color #8CF50D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8CF50D is #730AF2. Grayscale: #BBBBBB. Windows color (decimal): -7539443 or 914828. OLE color: 914828.
HSL color Cylindrical-coordinate representation of color #8CF50D: hue angle of 87.16º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8CF50D is Cyan = 0.43, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 140 | 245 | 13 | - |
| CMYK | 0.43 | 0 | 0.95 | 0.04 |
| HSL | 87.16º | 0.92% | 0.51% | - |
| HSV(B) | 87.16º | 0.95% | 0.96% | - |
| XYZ | 43.54 | 70.91 | 11.77 | - |
| YUV | 187.16 | 29.71 | 94.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 245 | 13 | 0.43 | 0 | 0.95 | 0.04 | 87.16 | 0.92 | 0.51 |
| Hex | 8C | F5 | D | 2B | 0 | 5F | 4 | 57 | 5C | 33 |
| Octal | 214 | 365 | 15 | 53 | 0 | 137 | 4 | 127 | 134 | 63 |
| Binary | 10001100 | 11110101 | 1101 | 101011 | 0 | 1011111 | 100 | 1010111 | 1011100 | 110011 |
Color Harmonies of #8CF50D
Complementary color
Monochromatic Colors of #8CF50D
Black with #8CF50D
Text Example
Text Example
White with #8CF50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF50D; }
p { color: rgb(140,245,13); }
H1.HeaderClassName
{
color: #8CF50D;
}
.AnyTagClassName
{
color: #8CF50D;
}
</style>
background-color css
<style>
a { background-color: #8CF50D; }
a { background-color: rgb(140,245,13); }
div.DivClassName
{
background-color: #8CF50D;
}
.BgClassName
{
background-color: #8CF50D;
}
</style>
border-color css
<style>
span { border-color: #8CF50D; }
span { border-color: rgb(140,245,13); }
td.TdClassName
{
border-color: #8CF50D;
}
.TagClassName
{
border-color: #8CF50D;
}
</style>