Shades of Screamin' Green #85FA69
Tints of Screamin' Green #85FA69
RGB
CMYK
RGB Variations
Color information
#85FA69 (or 0x85FA69) is known color: Screamin' Green. HEX triplet: 85, FA and 69. RGB value is (133,250,105). Sum of RGB (Red+Green+Blue) = 133+250+105=488 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.25% from 488); Green value is 250 (98.05% from 255 or 51.23% from 488); Blue value is 105 (41.41% from 255 or 21.52% from 488); Max value from RGB is 250 - color contains mainly: green. Hex color #85FA69 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85FA69 is #7A0596. Grayscale: #C6C6C6. Windows color (decimal): -7996823 or 6945413. OLE color: 6945413.
HSL color Cylindrical-coordinate representation of color #85FA69: hue angle of 108.41º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #85FA69 is Cyan = 0.47, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 250 | 105 | - |
| CMYK | 0.47 | 0 | 0.58 | 0.02 |
| HSL | 108.41º | 0.94% | 0.7% | - |
| HSV(B) | 108.41º | 0.58% | 0.98% | - |
| XYZ | 46.41 | 74.38 | 25.27 | - |
| YUV | 198.49 | 75.24 | 81.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 250 | 105 | 0.47 | 0 | 0.58 | 0.02 | 108.41 | 0.94 | 0.7 |
| Hex | 85 | FA | 69 | 2F | 0 | 3A | 2 | 6C | 5E | 46 |
| Octal | 205 | 372 | 151 | 57 | 0 | 72 | 2 | 154 | 136 | 106 |
| Binary | 10000101 | 11111010 | 1101001 | 101111 | 0 | 111010 | 10 | 1101100 | 1011110 | 1000110 |
Color Harmonies of #85FA69
Complementary color
Monochromatic Colors of #85FA69
Black with #85FA69
Text Example
Text Example
White with #85FA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FA69; }
p { color: rgb(133,250,105); }
H1.HeaderClassName
{
color: #85FA69;
}
.AnyTagClassName
{
color: #85FA69;
}
</style>
background-color css
<style>
a { background-color: #85FA69; }
a { background-color: rgb(133,250,105); }
div.DivClassName
{
background-color: #85FA69;
}
.BgClassName
{
background-color: #85FA69;
}
</style>
border-color css
<style>
span { border-color: #85FA69; }
span { border-color: rgb(133,250,105); }
td.TdClassName
{
border-color: #85FA69;
}
.TagClassName
{
border-color: #85FA69;
}
</style>