Shades of Screamin' Green #5FFA8C
Tints of Screamin' Green #5FFA8C
RGB
CMYK
RGB Variations
Color information
#5FFA8C (or 0x5FFA8C) is known color: Screamin' Green. HEX triplet: 5F, FA and 8C. RGB value is (95,250,140). Sum of RGB (Red+Green+Blue) = 95+250+140=485 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.59% from 485); Green value is 250 (98.05% from 255 or 51.55% from 485); Blue value is 140 (55.08% from 255 or 28.87% from 485); Max value from RGB is 250 - color contains mainly: green. Hex color #5FFA8C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FFA8C is #A00573. Grayscale: #BFBFBF. Windows color (decimal): -10487156 or 9239135. OLE color: 9239135.
HSL color Cylindrical-coordinate representation of color #5FFA8C: hue angle of 137.42º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FFA8C is Cyan = 0.62, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
RGB | 95 | 250 | 140 | - |
CMYK | 0.62 | 0 | 0.44 | 0.02 |
HSL | 137.42º | 0.94% | 0.68% | - |
HSV(B) | 137.42º | 0.62% | 0.98% | - |
XYZ | 43.64 | 72.7 | 36.54 | - |
YUV | 191.12 | 99.15 | 59.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 95 | 250 | 140 | 0.62 | 0 | 0.44 | 0.02 | 137.42 | 0.94 | 0.68 |
Hex | 5F | FA | 8C | 3E | 0 | 2C | 2 | 89 | 5E | 44 |
Octal | 137 | 372 | 214 | 76 | 0 | 54 | 2 | 211 | 136 | 104 |
Binary | 1011111 | 11111010 | 10001100 | 111110 | 0 | 101100 | 10 | 10001001 | 1011110 | 1000100 |
Color Harmonies of #5FFA8C
Complementary color
Monochromatic Colors of #5FFA8C
Black with #5FFA8C
Text Example
Text Example
White with #5FFA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFA8C; }
p { color: rgb(95,250,140); }
H1.HeaderClassName
{
color: #5FFA8C;
}
.AnyTagClassName
{
color: #5FFA8C;
}
</style>
background-color css
<style>
a { background-color: #5FFA8C; }
a { background-color: rgb(95,250,140); }
div.DivClassName
{
background-color: #5FFA8C;
}
.BgClassName
{
background-color: #5FFA8C;
}
</style>
border-color css
<style>
span { border-color: #5FFA8C; }
span { border-color: rgb(95,250,140); }
td.TdClassName
{
border-color: #5FFA8C;
}
.TagClassName
{
border-color: #5FFA8C;
}
</style>