Shades of Screamin' Green #86F953
Tints of Screamin' Green #86F953
RGB
CMYK
RGB Variations
Color information
#86F953 (or 0x86F953) is known color: Screamin' Green. HEX triplet: 86, F9 and 53. RGB value is (134,249,83). Sum of RGB (Red+Green+Blue) = 134+249+83=466 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.76% from 466); Green value is 249 (97.66% from 255 or 53.43% from 466); Blue value is 83 (32.81% from 255 or 17.81% from 466); Max value from RGB is 249 - color contains mainly: green. Hex color #86F953 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86F953 is #7906AC. Grayscale: #C4C4C4. Windows color (decimal): -7931565 or 5503366. OLE color: 5503366.
HSL color Cylindrical-coordinate representation of color #86F953: hue angle of 101.57º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #86F953 is Cyan = 0.46, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 249 | 83 | - |
| CMYK | 0.46 | 0 | 0.67 | 0.02 |
| HSL | 101.57º | 0.93% | 0.65% | - |
| HSV(B) | 101.57º | 0.67% | 0.98% | - |
| XYZ | 45.27 | 73.44 | 19.97 | - |
| YUV | 195.69 | 64.4 | 84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 249 | 83 | 0.46 | 0 | 0.67 | 0.02 | 101.57 | 0.93 | 0.65 |
| Hex | 86 | F9 | 53 | 2E | 0 | 43 | 2 | 66 | 5D | 41 |
| Octal | 206 | 371 | 123 | 56 | 0 | 103 | 2 | 146 | 135 | 101 |
| Binary | 10000110 | 11111001 | 1010011 | 101110 | 0 | 1000011 | 10 | 1100110 | 1011101 | 1000001 |
Color Harmonies of #86F953
Complementary color
Monochromatic Colors of #86F953
Black with #86F953
Text Example
Text Example
White with #86F953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F953; }
p { color: rgb(134,249,83); }
H1.HeaderClassName
{
color: #86F953;
}
.AnyTagClassName
{
color: #86F953;
}
</style>
background-color css
<style>
a { background-color: #86F953; }
a { background-color: rgb(134,249,83); }
div.DivClassName
{
background-color: #86F953;
}
.BgClassName
{
background-color: #86F953;
}
</style>
border-color css
<style>
span { border-color: #86F953; }
span { border-color: rgb(134,249,83); }
td.TdClassName
{
border-color: #86F953;
}
.TagClassName
{
border-color: #86F953;
}
</style>