Shades of Screamin' Green #86FE69
Tints of Screamin' Green #86FE69
RGB
CMYK
RGB Variations
Color information
#86FE69 (or 0x86FE69) is known color: Screamin' Green. HEX triplet: 86, FE and 69. RGB value is (134,254,105). Sum of RGB (Red+Green+Blue) = 134+254+105=493 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.18% from 493); Green value is 254 (99.61% from 255 or 51.52% from 493); Blue value is 105 (41.41% from 255 or 21.30% from 493); Max value from RGB is 254 - color contains mainly: green. Hex color #86FE69 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86FE69 is #790196. Grayscale: #C9C9C9. Windows color (decimal): -7930263 or 6946438. OLE color: 6946438.
HSL color Cylindrical-coordinate representation of color #86FE69: hue angle of 108.32º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #86FE69 is Cyan = 0.47, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 134 | 254 | 105 | - |
| CMYK | 0.47 | 0 | 0.59 | 0.00 |
| HSL | 108.32º | 0.99% | 0.7% | - |
| HSV(B) | 108.32º | 0.59% | 1% | - |
| XYZ | 47.82 | 76.97 | 25.7 | - |
| YUV | 201.13 | 73.74 | 80.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 254 | 105 | 0.47 | 0 | 0.59 | 0.00 | 108.32 | 0.99 | 0.7 |
| Hex | 86 | FE | 69 | 2F | 0 | 3B | 0 | 6C | 63 | 46 |
| Octal | 206 | 376 | 151 | 57 | 0 | 73 | 0 | 154 | 143 | 106 |
| Binary | 10000110 | 11111110 | 1101001 | 101111 | 0 | 111011 | 0 | 1101100 | 1100011 | 1000110 |
Color Harmonies of #86FE69
Complementary color
Monochromatic Colors of #86FE69
Black with #86FE69
Text Example
Text Example
White with #86FE69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FE69; }
p { color: rgb(134,254,105); }
H1.HeaderClassName
{
color: #86FE69;
}
.AnyTagClassName
{
color: #86FE69;
}
</style>
background-color css
<style>
a { background-color: #86FE69; }
a { background-color: rgb(134,254,105); }
div.DivClassName
{
background-color: #86FE69;
}
.BgClassName
{
background-color: #86FE69;
}
</style>
border-color css
<style>
span { border-color: #86FE69; }
span { border-color: rgb(134,254,105); }
td.TdClassName
{
border-color: #86FE69;
}
.TagClassName
{
border-color: #86FE69;
}
</style>