Shades of Chartreuse #8CFF1D
Tints of Chartreuse #8CFF1D
RGB
CMYK
RGB Variations
Color information
#8CFF1D (or 0x8CFF1D) is known color: Chartreuse. HEX triplet: 8C, FF and 1D. RGB value is (140,255,29). Sum of RGB (Red+Green+Blue) = 140+255+29=424 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.02% from 424); Green value is 255 (100% from 255 or 60.14% from 424); Blue value is 29 (11.72% from 255 or 6.84% from 424); Max value from RGB is 255 - color contains mainly: green. Hex color #8CFF1D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CFF1D is #7300E2. Grayscale: #C3C3C3. Windows color (decimal): -7536867 or 1965964. OLE color: 1965964.
HSL color Cylindrical-coordinate representation of color #8CFF1D: hue angle of 90.53º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8CFF1D is Cyan = 0.45, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 255 | 29 | - |
| CMYK | 0.45 | 0 | 0.89 | 0 |
| HSL | 90.53º | 1% | 0.56% | - |
| HSV(B) | 90.53º | 0.89% | 1% | - |
| XYZ | 46.8 | 77.18 | 13.59 | - |
| YUV | 194.85 | 34.4 | 88.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 255 | 29 | 0.45 | 0 | 0.89 | 0 | 90.53 | 1 | 0.56 |
| Hex | 8C | FF | 1D | 2D | 0 | 59 | 0 | 5B | 64 | 38 |
| Octal | 214 | 377 | 35 | 55 | 0 | 131 | 0 | 133 | 144 | 70 |
| Binary | 10001100 | 11111111 | 11101 | 101101 | 0 | 1011001 | 0 | 1011011 | 1100100 | 111000 |
Color Harmonies of #8CFF1D
Complementary color
Monochromatic Colors of #8CFF1D
Black with #8CFF1D
Text Example
Text Example
White with #8CFF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFF1D; }
p { color: rgb(140,255,29); }
H1.HeaderClassName
{
color: #8CFF1D;
}
.AnyTagClassName
{
color: #8CFF1D;
}
</style>
background-color css
<style>
a { background-color: #8CFF1D; }
a { background-color: rgb(140,255,29); }
div.DivClassName
{
background-color: #8CFF1D;
}
.BgClassName
{
background-color: #8CFF1D;
}
</style>
border-color css
<style>
span { border-color: #8CFF1D; }
span { border-color: rgb(140,255,29); }
td.TdClassName
{
border-color: #8CFF1D;
}
.TagClassName
{
border-color: #8CFF1D;
}
</style>