Shades of Screamin' Green #5FFF8A
Tints of Screamin' Green #5FFF8A
RGB
CMYK
RGB Variations
Color information
#5FFF8A (or 0x5FFF8A) is known color: Screamin' Green. HEX triplet: 5F, FF and 8A. RGB value is (95,255,138). Sum of RGB (Red+Green+Blue) = 95+255+138=488 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.47% from 488); Green value is 255 (100% from 255 or 52.25% from 488); Blue value is 138 (54.30% from 255 or 28.28% from 488); Max value from RGB is 255 - color contains mainly: green. Hex color #5FFF8A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FFF8A is #A00075. Grayscale: #C2C2C2. Windows color (decimal): -10485878 or 9109343. OLE color: 9109343.
HSL color Cylindrical-coordinate representation of color #5FFF8A: hue angle of 136.12º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5FFF8A is Cyan = 0.63, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 255 | 138 | - |
| CMYK | 0.63 | 0 | 0.46 | 0 |
| HSL | 136.13º | 1% | 0.69% | - |
| HSV(B) | 136.13º | 0.63% | 1% | - |
| XYZ | 45.07 | 75.79 | 36.3 | - |
| YUV | 193.82 | 96.49 | 57.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 255 | 138 | 0.63 | 0 | 0.46 | 0 | 136.13 | 1 | 0.69 |
| Hex | 5F | FF | 8A | 3F | 0 | 2E | 0 | 88 | 64 | 45 |
| Octal | 137 | 377 | 212 | 77 | 0 | 56 | 0 | 210 | 144 | 105 |
| Binary | 1011111 | 11111111 | 10001010 | 111111 | 0 | 101110 | 0 | 10001000 | 1100100 | 1000101 |
Color Harmonies of #5FFF8A
Complementary color
Monochromatic Colors of #5FFF8A
Black with #5FFF8A
Text Example
Text Example
White with #5FFF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFF8A; }
p { color: rgb(95,255,138); }
H1.HeaderClassName
{
color: #5FFF8A;
}
.AnyTagClassName
{
color: #5FFF8A;
}
</style>
background-color css
<style>
a { background-color: #5FFF8A; }
a { background-color: rgb(95,255,138); }
div.DivClassName
{
background-color: #5FFF8A;
}
.BgClassName
{
background-color: #5FFF8A;
}
</style>
border-color css
<style>
span { border-color: #5FFF8A; }
span { border-color: rgb(95,255,138); }
td.TdClassName
{
border-color: #5FFF8A;
}
.TagClassName
{
border-color: #5FFF8A;
}
</style>