Shades of Green Yellow #8CFF25
Tints of Green Yellow #8CFF25
RGB
CMYK
RGB Variations
Color information
#8CFF25 (or 0x8CFF25) is known color: Green Yellow. HEX triplet: 8C, FF and 25. RGB value is (140,255,37). Sum of RGB (Red+Green+Blue) = 140+255+37=432 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.41% from 432); Green value is 255 (100% from 255 or 59.03% from 432); Blue value is 37 (14.84% from 255 or 8.56% from 432); Max value from RGB is 255 - color contains mainly: green. Hex color #8CFF25 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CFF25 is #7300DA. Grayscale: #C4C4C4. Windows color (decimal): -7536859 or 2490252. OLE color: 2490252.
HSL color Cylindrical-coordinate representation of color #8CFF25: hue angle of 91.65º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8CFF25 is Cyan = 0.45, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 255 | 37 | - |
| CMYK | 0.45 | 0 | 0.85 | 0 |
| HSL | 91.65º | 1% | 0.57% | - |
| HSV(B) | 91.65º | 0.85% | 1% | - |
| XYZ | 46.91 | 77.23 | 14.18 | - |
| YUV | 195.76 | 38.4 | 88.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 255 | 37 | 0.45 | 0 | 0.85 | 0 | 91.65 | 1 | 0.57 |
| Hex | 8C | FF | 25 | 2D | 0 | 55 | 0 | 5C | 64 | 39 |
| Octal | 214 | 377 | 45 | 55 | 0 | 125 | 0 | 134 | 144 | 71 |
| Binary | 10001100 | 11111111 | 100101 | 101101 | 0 | 1010101 | 0 | 1011100 | 1100100 | 111001 |
Color Harmonies of #8CFF25
Complementary color
Monochromatic Colors of #8CFF25
Black with #8CFF25
Text Example
Text Example
White with #8CFF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFF25; }
p { color: rgb(140,255,37); }
H1.HeaderClassName
{
color: #8CFF25;
}
.AnyTagClassName
{
color: #8CFF25;
}
</style>
background-color css
<style>
a { background-color: #8CFF25; }
a { background-color: rgb(140,255,37); }
div.DivClassName
{
background-color: #8CFF25;
}
.BgClassName
{
background-color: #8CFF25;
}
</style>
border-color css
<style>
span { border-color: #8CFF25; }
span { border-color: rgb(140,255,37); }
td.TdClassName
{
border-color: #8CFF25;
}
.TagClassName
{
border-color: #8CFF25;
}
</style>