Shades of Chartreuse #8CF30D
Tints of Chartreuse #8CF30D
RGB
CMYK
RGB Variations
Color information
#8CF30D (or 0x8CF30D) is known color: Chartreuse. HEX triplet: 8C, F3 and 0D. RGB value is (140,243,13). Sum of RGB (Red+Green+Blue) = 140+243+13=396 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.35% from 396); Green value is 243 (95.31% from 255 or 61.36% from 396); Blue value is 13 (5.47% from 255 or 3.28% from 396); Max value from RGB is 243 - color contains mainly: green. Hex color #8CF30D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8CF30D is #730CF2. Grayscale: #BABABA. Windows color (decimal): -7539955 or 914316. OLE color: 914316.
HSL color Cylindrical-coordinate representation of color #8CF30D: hue angle of 86.87º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8CF30D is Cyan = 0.42, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 243 | 13 | - |
| CMYK | 0.42 | 0 | 0.95 | 0.05 |
| HSL | 86.87º | 0.91% | 0.5% | - |
| HSV(B) | 86.87º | 0.95% | 0.95% | - |
| XYZ | 42.94 | 69.71 | 11.57 | - |
| YUV | 185.98 | 30.38 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 243 | 13 | 0.42 | 0 | 0.95 | 0.05 | 86.87 | 0.91 | 0.5 |
| Hex | 8C | F3 | D | 2A | 0 | 5F | 5 | 57 | 5B | 32 |
| Octal | 214 | 363 | 15 | 52 | 0 | 137 | 5 | 127 | 133 | 62 |
| Binary | 10001100 | 11110011 | 1101 | 101010 | 0 | 1011111 | 101 | 1010111 | 1011011 | 110010 |
Color Harmonies of #8CF30D
Complementary color
Monochromatic Colors of #8CF30D
Black with #8CF30D
Text Example
Text Example
White with #8CF30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF30D; }
p { color: rgb(140,243,13); }
H1.HeaderClassName
{
color: #8CF30D;
}
.AnyTagClassName
{
color: #8CF30D;
}
</style>
background-color css
<style>
a { background-color: #8CF30D; }
a { background-color: rgb(140,243,13); }
div.DivClassName
{
background-color: #8CF30D;
}
.BgClassName
{
background-color: #8CF30D;
}
</style>
border-color css
<style>
span { border-color: #8CF30D; }
span { border-color: rgb(140,243,13); }
td.TdClassName
{
border-color: #8CF30D;
}
.TagClassName
{
border-color: #8CF30D;
}
</style>