Shades of Screamin' Green #86FD4A
Tints of Screamin' Green #86FD4A
RGB
CMYK
RGB Variations
Color information
#86FD4A (or 0x86FD4A) is known color: Screamin' Green. HEX triplet: 86, FD and 4A. RGB value is (134,253,74). Sum of RGB (Red+Green+Blue) = 134+253+74=461 (61% of max value = 765). Red value is 134 (52.73% from 255 or 29.07% from 461); Green value is 253 (99.22% from 255 or 54.88% from 461); Blue value is 74 (29.30% from 255 or 16.05% from 461); Max value from RGB is 253 - color contains mainly: green. Hex color #86FD4A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86FD4A is #7902B5. Grayscale: #C5C5C5. Windows color (decimal): -7930550 or 4914566. OLE color: 4914566.
HSL color Cylindrical-coordinate representation of color #86FD4A: hue angle of 99.89º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #86FD4A is Cyan = 0.47, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 134 | 253 | 74 | - |
| CMYK | 0.47 | 0 | 0.71 | 0.01 |
| HSL | 99.89º | 0.98% | 0.64% | - |
| HSV(B) | 99.89º | 0.71% | 0.99% | - |
| XYZ | 46.19 | 75.81 | 18.68 | - |
| YUV | 197.01 | 58.58 | 83.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 253 | 74 | 0.47 | 0 | 0.71 | 0.01 | 99.89 | 0.98 | 0.64 |
| Hex | 86 | FD | 4A | 2F | 0 | 47 | 1 | 64 | 62 | 40 |
| Octal | 206 | 375 | 112 | 57 | 0 | 107 | 1 | 144 | 142 | 100 |
| Binary | 10000110 | 11111101 | 1001010 | 101111 | 0 | 1000111 | 1 | 1100100 | 1100010 | 1000000 |
Color Harmonies of #86FD4A
Complementary color
Monochromatic Colors of #86FD4A
Black with #86FD4A
Text Example
Text Example
White with #86FD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FD4A; }
p { color: rgb(134,253,74); }
H1.HeaderClassName
{
color: #86FD4A;
}
.AnyTagClassName
{
color: #86FD4A;
}
</style>
background-color css
<style>
a { background-color: #86FD4A; }
a { background-color: rgb(134,253,74); }
div.DivClassName
{
background-color: #86FD4A;
}
.BgClassName
{
background-color: #86FD4A;
}
</style>
border-color css
<style>
span { border-color: #86FD4A; }
span { border-color: rgb(134,253,74); }
td.TdClassName
{
border-color: #86FD4A;
}
.TagClassName
{
border-color: #86FD4A;
}
</style>