Shades of Chartreuse #8CF303
Tints of Chartreuse #8CF303
RGB
CMYK
RGB Variations
Color information
#8CF303 (or 0x8CF303) is known color: Chartreuse. HEX triplet: 8C, F3 and 03. RGB value is (140,243,3). Sum of RGB (Red+Green+Blue) = 140+243+3=386 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.27% from 386); Green value is 243 (95.31% from 255 or 62.95% from 386); Blue value is 3 (1.56% from 255 or 0.78% from 386); Max value from RGB is 243 - color contains mainly: green. Hex color #8CF303 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8CF303 is #730CFC. Grayscale: #B9B9B9. Windows color (decimal): -7539965 or 258956. OLE color: 258956.
HSL color Cylindrical-coordinate representation of color #8CF303: hue angle of 85.75º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8CF303 is Cyan = 0.42, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 243 | 3 | - |
| CMYK | 0.42 | 0 | 0.99 | 0.05 |
| HSL | 85.75º | 0.98% | 0.48% | - |
| HSV(B) | 85.75º | 0.99% | 0.95% | - |
| XYZ | 42.88 | 69.68 | 11.28 | - |
| YUV | 184.84 | 25.38 | 96.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 243 | 3 | 0.42 | 0 | 0.99 | 0.05 | 85.75 | 0.98 | 0.48 |
| Hex | 8C | F3 | 3 | 2A | 0 | 63 | 5 | 56 | 62 | 30 |
| Octal | 214 | 363 | 3 | 52 | 0 | 143 | 5 | 126 | 142 | 60 |
| Binary | 10001100 | 11110011 | 11 | 101010 | 0 | 1100011 | 101 | 1010110 | 1100010 | 110000 |
Color Harmonies of #8CF303
Complementary color
Monochromatic Colors of #8CF303
Black with #8CF303
Text Example
Text Example
White with #8CF303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF303; }
p { color: rgb(140,243,3); }
H1.HeaderClassName
{
color: #8CF303;
}
.AnyTagClassName
{
color: #8CF303;
}
</style>
background-color css
<style>
a { background-color: #8CF303; }
a { background-color: rgb(140,243,3); }
div.DivClassName
{
background-color: #8CF303;
}
.BgClassName
{
background-color: #8CF303;
}
</style>
border-color css
<style>
span { border-color: #8CF303; }
span { border-color: rgb(140,243,3); }
td.TdClassName
{
border-color: #8CF303;
}
.TagClassName
{
border-color: #8CF303;
}
</style>