Shades of Screamin' Green #61FF8F
Tints of Screamin' Green #61FF8F
RGB
CMYK
RGB Variations
Color information
#61FF8F (or 0x61FF8F) is known color: Screamin' Green. HEX triplet: 61, FF and 8F. RGB value is (97,255,143). Sum of RGB (Red+Green+Blue) = 97+255+143=495 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.60% from 495); Green value is 255 (100% from 255 or 51.52% from 495); Blue value is 143 (56.25% from 255 or 28.89% from 495); Max value from RGB is 255 - color contains mainly: green. Hex color #61FF8F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61FF8F is #9E0070. Grayscale: #C3C3C3. Windows color (decimal): -10354801 or 9437025. OLE color: 9437025.
HSL color Cylindrical-coordinate representation of color #61FF8F: hue angle of 137.47º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61FF8F is Cyan = 0.62, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 255 | 143 | - |
| CMYK | 0.62 | 0 | 0.44 | 0 |
| HSL | 137.47º | 1% | 0.69% | - |
| HSV(B) | 137.47º | 0.62% | 1% | - |
| XYZ | 45.65 | 76.04 | 38.26 | - |
| YUV | 194.99 | 98.65 | 58.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 255 | 143 | 0.62 | 0 | 0.44 | 0 | 137.47 | 1 | 0.69 |
| Hex | 61 | FF | 8F | 3E | 0 | 2C | 0 | 89 | 64 | 45 |
| Octal | 141 | 377 | 217 | 76 | 0 | 54 | 0 | 211 | 144 | 105 |
| Binary | 1100001 | 11111111 | 10001111 | 111110 | 0 | 101100 | 0 | 10001001 | 1100100 | 1000101 |
Color Harmonies of #61FF8F
Complementary color
Monochromatic Colors of #61FF8F
Black with #61FF8F
Text Example
Text Example
White with #61FF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FF8F; }
p { color: rgb(97,255,143); }
H1.HeaderClassName
{
color: #61FF8F;
}
.AnyTagClassName
{
color: #61FF8F;
}
</style>
background-color css
<style>
a { background-color: #61FF8F; }
a { background-color: rgb(97,255,143); }
div.DivClassName
{
background-color: #61FF8F;
}
.BgClassName
{
background-color: #61FF8F;
}
</style>
border-color css
<style>
span { border-color: #61FF8F; }
span { border-color: rgb(97,255,143); }
td.TdClassName
{
border-color: #61FF8F;
}
.TagClassName
{
border-color: #61FF8F;
}
</style>