Shades of Screamin' Green #85FB68
Tints of Screamin' Green #85FB68
RGB
CMYK
RGB Variations
Color information
#85FB68 (or 0x85FB68) is known color: Screamin' Green. HEX triplet: 85, FB and 68. RGB value is (133,251,104). Sum of RGB (Red+Green+Blue) = 133+251+104=488 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.25% from 488); Green value is 251 (98.44% from 255 or 51.43% from 488); Blue value is 104 (41.02% from 255 or 21.31% from 488); Max value from RGB is 251 - color contains mainly: green. Hex color #85FB68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85FB68 is #7A0497. Grayscale: #C7C7C7. Windows color (decimal): -7996568 or 6880133. OLE color: 6880133.
HSL color Cylindrical-coordinate representation of color #85FB68: hue angle of 108.16º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #85FB68 is Cyan = 0.47, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 251 | 104 | - |
| CMYK | 0.47 | 0 | 0.59 | 0.02 |
| HSL | 108.16º | 0.95% | 0.7% | - |
| HSV(B) | 108.16º | 0.59% | 0.98% | - |
| XYZ | 46.67 | 74.98 | 25.11 | - |
| YUV | 198.96 | 74.41 | 80.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 251 | 104 | 0.47 | 0 | 0.59 | 0.02 | 108.16 | 0.95 | 0.7 |
| Hex | 85 | FB | 68 | 2F | 0 | 3B | 2 | 6C | 5F | 46 |
| Octal | 205 | 373 | 150 | 57 | 0 | 73 | 2 | 154 | 137 | 106 |
| Binary | 10000101 | 11111011 | 1101000 | 101111 | 0 | 111011 | 10 | 1101100 | 1011111 | 1000110 |
Color Harmonies of #85FB68
Complementary color
Monochromatic Colors of #85FB68
Black with #85FB68
Text Example
Text Example
White with #85FB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FB68; }
p { color: rgb(133,251,104); }
H1.HeaderClassName
{
color: #85FB68;
}
.AnyTagClassName
{
color: #85FB68;
}
</style>
background-color css
<style>
a { background-color: #85FB68; }
a { background-color: rgb(133,251,104); }
div.DivClassName
{
background-color: #85FB68;
}
.BgClassName
{
background-color: #85FB68;
}
</style>
border-color css
<style>
span { border-color: #85FB68; }
span { border-color: rgb(133,251,104); }
td.TdClassName
{
border-color: #85FB68;
}
.TagClassName
{
border-color: #85FB68;
}
</style>