Shades of Screamin' Green #85FB5D
Tints of Screamin' Green #85FB5D
RGB
CMYK
RGB Variations
Color information
#85FB5D (or 0x85FB5D) is known color: Screamin' Green. HEX triplet: 85, FB and 5D. RGB value is (133,251,93). Sum of RGB (Red+Green+Blue) = 133+251+93=477 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.88% from 477); Green value is 251 (98.44% from 255 or 52.62% from 477); Blue value is 93 (36.72% from 255 or 19.50% from 477); Max value from RGB is 251 - color contains mainly: green. Hex color #85FB5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85FB5D is #7A04A2. Grayscale: #C6C6C6. Windows color (decimal): -7996579 or 6159237. OLE color: 6159237.
HSL color Cylindrical-coordinate representation of color #85FB5D: hue angle of 104.81º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #85FB5D is Cyan = 0.47, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 251 | 93 | - |
| CMYK | 0.47 | 0 | 0.63 | 0.02 |
| HSL | 104.81º | 0.95% | 0.67% | - |
| HSV(B) | 104.81º | 0.63% | 0.98% | - |
| XYZ | 46.15 | 74.77 | 22.36 | - |
| YUV | 197.71 | 68.91 | 81.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 251 | 93 | 0.47 | 0 | 0.63 | 0.02 | 104.81 | 0.95 | 0.67 |
| Hex | 85 | FB | 5D | 2F | 0 | 3F | 2 | 69 | 5F | 43 |
| Octal | 205 | 373 | 135 | 57 | 0 | 77 | 2 | 151 | 137 | 103 |
| Binary | 10000101 | 11111011 | 1011101 | 101111 | 0 | 111111 | 10 | 1101001 | 1011111 | 1000011 |
Color Harmonies of #85FB5D
Complementary color
Monochromatic Colors of #85FB5D
Black with #85FB5D
Text Example
Text Example
White with #85FB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FB5D; }
p { color: rgb(133,251,93); }
H1.HeaderClassName
{
color: #85FB5D;
}
.AnyTagClassName
{
color: #85FB5D;
}
</style>
background-color css
<style>
a { background-color: #85FB5D; }
a { background-color: rgb(133,251,93); }
div.DivClassName
{
background-color: #85FB5D;
}
.BgClassName
{
background-color: #85FB5D;
}
</style>
border-color css
<style>
span { border-color: #85FB5D; }
span { border-color: rgb(133,251,93); }
td.TdClassName
{
border-color: #85FB5D;
}
.TagClassName
{
border-color: #85FB5D;
}
</style>