Shades of Screamin' Green #5FFC8A
Tints of Screamin' Green #5FFC8A
RGB
CMYK
RGB Variations
Color information
#5FFC8A (or 0x5FFC8A) is known color: Screamin' Green. HEX triplet: 5F, FC and 8A. RGB value is (95,252,138). Sum of RGB (Red+Green+Blue) = 95+252+138=485 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.59% from 485); Green value is 252 (98.83% from 255 or 51.96% from 485); Blue value is 138 (54.30% from 255 or 28.45% from 485); Max value from RGB is 252 - color contains mainly: green. Hex color #5FFC8A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FFC8A is #A00375. Grayscale: #C0C0C0. Windows color (decimal): -10486646 or 9108575. OLE color: 9108575.
HSL color Cylindrical-coordinate representation of color #5FFC8A: hue angle of 136.43º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FFC8A is Cyan = 0.62, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 252 | 138 | - |
| CMYK | 0.62 | 0 | 0.45 | 0.01 |
| HSL | 136.43º | 0.96% | 0.68% | - |
| HSV(B) | 136.43º | 0.62% | 0.99% | - |
| XYZ | 44.12 | 73.89 | 35.98 | - |
| YUV | 192.06 | 97.49 | 58.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 252 | 138 | 0.62 | 0 | 0.45 | 0.01 | 136.43 | 0.96 | 0.68 |
| Hex | 5F | FC | 8A | 3E | 0 | 2D | 1 | 88 | 60 | 44 |
| Octal | 137 | 374 | 212 | 76 | 0 | 55 | 1 | 210 | 140 | 104 |
| Binary | 1011111 | 11111100 | 10001010 | 111110 | 0 | 101101 | 1 | 10001000 | 1100000 | 1000100 |
Color Harmonies of #5FFC8A
Complementary color
Monochromatic Colors of #5FFC8A
Black with #5FFC8A
Text Example
Text Example
White with #5FFC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFC8A; }
p { color: rgb(95,252,138); }
H1.HeaderClassName
{
color: #5FFC8A;
}
.AnyTagClassName
{
color: #5FFC8A;
}
</style>
background-color css
<style>
a { background-color: #5FFC8A; }
a { background-color: rgb(95,252,138); }
div.DivClassName
{
background-color: #5FFC8A;
}
.BgClassName
{
background-color: #5FFC8A;
}
</style>
border-color css
<style>
span { border-color: #5FFC8A; }
span { border-color: rgb(95,252,138); }
td.TdClassName
{
border-color: #5FFC8A;
}
.TagClassName
{
border-color: #5FFC8A;
}
</style>