Shades of Green Yellow #8CF525
Tints of Green Yellow #8CF525
RGB
CMYK
RGB Variations
Color information
#8CF525 (or 0x8CF525) is known color: Green Yellow. HEX triplet: 8C, F5 and 25. RGB value is (140,245,37). Sum of RGB (Red+Green+Blue) = 140+245+37=422 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.18% from 422); Green value is 245 (96.09% from 255 or 58.06% from 422); Blue value is 37 (14.84% from 255 or 8.77% from 422); Max value from RGB is 245 - color contains mainly: green. Hex color #8CF525 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CF525 is #730ADA. Grayscale: #BEBEBE. Windows color (decimal): -7539419 or 2487692. OLE color: 2487692.
HSL color Cylindrical-coordinate representation of color #8CF525: hue angle of 90.29º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8CF525 is Cyan = 0.43, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 140 | 245 | 37 | - |
| CMYK | 0.43 | 0 | 0.85 | 0.04 |
| HSL | 90.29º | 0.91% | 0.55% | - |
| HSV(B) | 90.29º | 0.85% | 0.96% | - |
| XYZ | 43.8 | 71.01 | 13.15 | - |
| YUV | 189.89 | 41.71 | 92.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 245 | 37 | 0.43 | 0 | 0.85 | 0.04 | 90.29 | 0.91 | 0.55 |
| Hex | 8C | F5 | 25 | 2B | 0 | 55 | 4 | 5A | 5B | 37 |
| Octal | 214 | 365 | 45 | 53 | 0 | 125 | 4 | 132 | 133 | 67 |
| Binary | 10001100 | 11110101 | 100101 | 101011 | 0 | 1010101 | 100 | 1011010 | 1011011 | 110111 |
Color Harmonies of #8CF525
Complementary color
Monochromatic Colors of #8CF525
Black with #8CF525
Text Example
Text Example
White with #8CF525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF525; }
p { color: rgb(140,245,37); }
H1.HeaderClassName
{
color: #8CF525;
}
.AnyTagClassName
{
color: #8CF525;
}
</style>
background-color css
<style>
a { background-color: #8CF525; }
a { background-color: rgb(140,245,37); }
div.DivClassName
{
background-color: #8CF525;
}
.BgClassName
{
background-color: #8CF525;
}
</style>
border-color css
<style>
span { border-color: #8CF525; }
span { border-color: rgb(140,245,37); }
td.TdClassName
{
border-color: #8CF525;
}
.TagClassName
{
border-color: #8CF525;
}
</style>