Shades of Green Yellow #8CF535
Tints of Green Yellow #8CF535
RGB
CMYK
RGB Variations
Color information
#8CF535 (or 0x8CF535) is known color: Green Yellow. HEX triplet: 8C, F5 and 35. RGB value is (140,245,53). Sum of RGB (Red+Green+Blue) = 140+245+53=438 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.96% from 438); Green value is 245 (96.09% from 255 or 55.94% from 438); Blue value is 53 (21.09% from 255 or 12.10% from 438); Max value from RGB is 245 - color contains mainly: green. Hex color #8CF535 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CF535 is #730ACA. Grayscale: #C0C0C0. Windows color (decimal): -7539403 or 3536268. OLE color: 3536268.
HSL color Cylindrical-coordinate representation of color #8CF535: hue angle of 92.81º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8CF535 is Cyan = 0.43, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 140 | 245 | 53 | - |
| CMYK | 0.43 | 0 | 0.78 | 0.04 |
| HSL | 92.81º | 0.91% | 0.58% | - |
| HSV(B) | 92.81º | 0.78% | 0.96% | - |
| XYZ | 44.11 | 71.14 | 14.77 | - |
| YUV | 191.72 | 49.71 | 91.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 245 | 53 | 0.43 | 0 | 0.78 | 0.04 | 92.81 | 0.91 | 0.58 |
| Hex | 8C | F5 | 35 | 2B | 0 | 4E | 4 | 5D | 5B | 3A |
| Octal | 214 | 365 | 65 | 53 | 0 | 116 | 4 | 135 | 133 | 72 |
| Binary | 10001100 | 11110101 | 110101 | 101011 | 0 | 1001110 | 100 | 1011101 | 1011011 | 111010 |
Color Harmonies of #8CF535
Complementary color
Monochromatic Colors of #8CF535
Black with #8CF535
Text Example
Text Example
White with #8CF535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF535; }
p { color: rgb(140,245,53); }
H1.HeaderClassName
{
color: #8CF535;
}
.AnyTagClassName
{
color: #8CF535;
}
</style>
background-color css
<style>
a { background-color: #8CF535; }
a { background-color: rgb(140,245,53); }
div.DivClassName
{
background-color: #8CF535;
}
.BgClassName
{
background-color: #8CF535;
}
</style>
border-color css
<style>
span { border-color: #8CF535; }
span { border-color: rgb(140,245,53); }
td.TdClassName
{
border-color: #8CF535;
}
.TagClassName
{
border-color: #8CF535;
}
</style>