Shades of Green Yellow #8CFC4B
Tints of Green Yellow #8CFC4B
RGB
CMYK
RGB Variations
Color information
#8CFC4B (or 0x8CFC4B) is known color: Green Yellow. HEX triplet: 8C, FC and 4B. RGB value is (140,252,75). Sum of RGB (Red+Green+Blue) = 140+252+75=467 (61% of max value = 765). Red value is 140 (55.08% from 255 or 29.98% from 467); Green value is 252 (98.83% from 255 or 53.96% from 467); Blue value is 75 (29.69% from 255 or 16.06% from 467); Max value from RGB is 252 - color contains mainly: green. Hex color #8CFC4B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CFC4B is #7303B4. Grayscale: #C6C6C6. Windows color (decimal): -7537589 or 4979852. OLE color: 4979852.
HSL color Cylindrical-coordinate representation of color #8CFC4B: hue angle of 97.97º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8CFC4B is Cyan = 0.44, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 252 | 75 | - |
| CMYK | 0.44 | 0 | 0.70 | 0.01 |
| HSL | 97.97º | 0.97% | 0.64% | - |
| HSV(B) | 97.97º | 0.7% | 0.99% | - |
| XYZ | 46.9 | 75.7 | 18.8 | - |
| YUV | 198.33 | 58.39 | 86.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 252 | 75 | 0.44 | 0 | 0.70 | 0.01 | 97.97 | 0.97 | 0.64 |
| Hex | 8C | FC | 4B | 2C | 0 | 46 | 1 | 62 | 61 | 40 |
| Octal | 214 | 374 | 113 | 54 | 0 | 106 | 1 | 142 | 141 | 100 |
| Binary | 10001100 | 11111100 | 1001011 | 101100 | 0 | 1000110 | 1 | 1100010 | 1100001 | 1000000 |
Color Harmonies of #8CFC4B
Complementary color
Monochromatic Colors of #8CFC4B
Black with #8CFC4B
Text Example
Text Example
White with #8CFC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFC4B; }
p { color: rgb(140,252,75); }
H1.HeaderClassName
{
color: #8CFC4B;
}
.AnyTagClassName
{
color: #8CFC4B;
}
</style>
background-color css
<style>
a { background-color: #8CFC4B; }
a { background-color: rgb(140,252,75); }
div.DivClassName
{
background-color: #8CFC4B;
}
.BgClassName
{
background-color: #8CFC4B;
}
</style>
border-color css
<style>
span { border-color: #8CFC4B; }
span { border-color: rgb(140,252,75); }
td.TdClassName
{
border-color: #8CFC4B;
}
.TagClassName
{
border-color: #8CFC4B;
}
</style>