Shades of Green Yellow #8CFD34
Tints of Green Yellow #8CFD34
RGB
CMYK
RGB Variations
Color information
#8CFD34 (or 0x8CFD34) is known color: Green Yellow. HEX triplet: 8C, FD and 34. RGB value is (140,253,52). Sum of RGB (Red+Green+Blue) = 140+253+52=445 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.46% from 445); Green value is 253 (99.22% from 255 or 56.85% from 445); Blue value is 52 (20.70% from 255 or 11.69% from 445); Max value from RGB is 253 - color contains mainly: green. Hex color #8CFD34 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CFD34 is #7302CB. Grayscale: #C4C4C4. Windows color (decimal): -7537356 or 3472780. OLE color: 3472780.
HSL color Cylindrical-coordinate representation of color #8CFD34: hue angle of 93.73º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8CFD34 is Cyan = 0.45, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 253 | 52 | - |
| CMYK | 0.45 | 0 | 0.79 | 0.01 |
| HSL | 93.73º | 0.98% | 0.6% | - |
| HSV(B) | 93.73º | 0.79% | 0.99% | - |
| XYZ | 46.56 | 76.07 | 15.48 | - |
| YUV | 196.3 | 46.56 | 87.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 253 | 52 | 0.45 | 0 | 0.79 | 0.01 | 93.73 | 0.98 | 0.6 |
| Hex | 8C | FD | 34 | 2D | 0 | 4F | 1 | 5E | 62 | 3C |
| Octal | 214 | 375 | 64 | 55 | 0 | 117 | 1 | 136 | 142 | 74 |
| Binary | 10001100 | 11111101 | 110100 | 101101 | 0 | 1001111 | 1 | 1011110 | 1100010 | 111100 |
Color Harmonies of #8CFD34
Complementary color
Monochromatic Colors of #8CFD34
Black with #8CFD34
Text Example
Text Example
White with #8CFD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFD34; }
p { color: rgb(140,253,52); }
H1.HeaderClassName
{
color: #8CFD34;
}
.AnyTagClassName
{
color: #8CFD34;
}
</style>
background-color css
<style>
a { background-color: #8CFD34; }
a { background-color: rgb(140,253,52); }
div.DivClassName
{
background-color: #8CFD34;
}
.BgClassName
{
background-color: #8CFD34;
}
</style>
border-color css
<style>
span { border-color: #8CFD34; }
span { border-color: rgb(140,253,52); }
td.TdClassName
{
border-color: #8CFD34;
}
.TagClassName
{
border-color: #8CFD34;
}
</style>