Shades of Screamin' Green #85FA68
Tints of Screamin' Green #85FA68
RGB
CMYK
RGB Variations
Color information
#85FA68 (or 0x85FA68) is known color: Screamin' Green. HEX triplet: 85, FA and 68. RGB value is (133,250,104). Sum of RGB (Red+Green+Blue) = 133+250+104=487 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.31% from 487); Green value is 250 (98.05% from 255 or 51.33% from 487); Blue value is 104 (41.02% from 255 or 21.36% from 487); Max value from RGB is 250 - color contains mainly: green. Hex color #85FA68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85FA68 is #7A0597. Grayscale: #C6C6C6. Windows color (decimal): -7996824 or 6879877. OLE color: 6879877.
HSL color Cylindrical-coordinate representation of color #85FA68: hue angle of 108.08º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #85FA68 is Cyan = 0.47, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 250 | 104 | - |
| CMYK | 0.47 | 0 | 0.58 | 0.02 |
| HSL | 108.08º | 0.94% | 0.69% | - |
| HSV(B) | 108.08º | 0.58% | 0.98% | - |
| XYZ | 46.36 | 74.36 | 25.01 | - |
| YUV | 198.37 | 74.74 | 81.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 250 | 104 | 0.47 | 0 | 0.58 | 0.02 | 108.08 | 0.94 | 0.69 |
| Hex | 85 | FA | 68 | 2F | 0 | 3A | 2 | 6C | 5E | 45 |
| Octal | 205 | 372 | 150 | 57 | 0 | 72 | 2 | 154 | 136 | 105 |
| Binary | 10000101 | 11111010 | 1101000 | 101111 | 0 | 111010 | 10 | 1101100 | 1011110 | 1000101 |
Color Harmonies of #85FA68
Complementary color
Monochromatic Colors of #85FA68
Black with #85FA68
Text Example
Text Example
White with #85FA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FA68; }
p { color: rgb(133,250,104); }
H1.HeaderClassName
{
color: #85FA68;
}
.AnyTagClassName
{
color: #85FA68;
}
</style>
background-color css
<style>
a { background-color: #85FA68; }
a { background-color: rgb(133,250,104); }
div.DivClassName
{
background-color: #85FA68;
}
.BgClassName
{
background-color: #85FA68;
}
</style>
border-color css
<style>
span { border-color: #85FA68; }
span { border-color: rgb(133,250,104); }
td.TdClassName
{
border-color: #85FA68;
}
.TagClassName
{
border-color: #85FA68;
}
</style>