Shades of Screamin' Green #85FB54
Tints of Screamin' Green #85FB54
RGB
CMYK
RGB Variations
Color information
#85FB54 (or 0x85FB54) is known color: Screamin' Green. HEX triplet: 85, FB and 54. RGB value is (133,251,84). Sum of RGB (Red+Green+Blue) = 133+251+84=468 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.42% from 468); Green value is 251 (98.44% from 255 or 53.63% from 468); Blue value is 84 (33.20% from 255 or 17.95% from 468); Max value from RGB is 251 - color contains mainly: green. Hex color #85FB54 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85FB54 is #7A04AB. Grayscale: #C5C5C5. Windows color (decimal): -7996588 or 5569413. OLE color: 5569413.
HSL color Cylindrical-coordinate representation of color #85FB54: hue angle of 102.4º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #85FB54 is Cyan = 0.47, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 251 | 84 | - |
| CMYK | 0.47 | 0 | 0.67 | 0.02 |
| HSL | 102.4º | 0.95% | 0.66% | - |
| HSV(B) | 102.4º | 0.67% | 0.98% | - |
| XYZ | 45.77 | 74.62 | 20.38 | - |
| YUV | 196.68 | 64.41 | 82.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 251 | 84 | 0.47 | 0 | 0.67 | 0.02 | 102.4 | 0.95 | 0.66 |
| Hex | 85 | FB | 54 | 2F | 0 | 43 | 2 | 66 | 5F | 42 |
| Octal | 205 | 373 | 124 | 57 | 0 | 103 | 2 | 146 | 137 | 102 |
| Binary | 10000101 | 11111011 | 1010100 | 101111 | 0 | 1000011 | 10 | 1100110 | 1011111 | 1000010 |
Color Harmonies of #85FB54
Complementary color
Monochromatic Colors of #85FB54
Black with #85FB54
Text Example
Text Example
White with #85FB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FB54; }
p { color: rgb(133,251,84); }
H1.HeaderClassName
{
color: #85FB54;
}
.AnyTagClassName
{
color: #85FB54;
}
</style>
background-color css
<style>
a { background-color: #85FB54; }
a { background-color: rgb(133,251,84); }
div.DivClassName
{
background-color: #85FB54;
}
.BgClassName
{
background-color: #85FB54;
}
</style>
border-color css
<style>
span { border-color: #85FB54; }
span { border-color: rgb(133,251,84); }
td.TdClassName
{
border-color: #85FB54;
}
.TagClassName
{
border-color: #85FB54;
}
</style>