Shades of Screamin' Green #61FF8B
Tints of Screamin' Green #61FF8B
RGB
CMYK
RGB Variations
Color information
#61FF8B (or 0x61FF8B) is known color: Screamin' Green. HEX triplet: 61, FF and 8B. RGB value is (97,255,139). Sum of RGB (Red+Green+Blue) = 97+255+139=491 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.76% from 491); Green value is 255 (100% from 255 or 51.93% from 491); Blue value is 139 (54.69% from 255 or 28.31% from 491); Max value from RGB is 255 - color contains mainly: green. Hex color #61FF8B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61FF8B is #9E0074. Grayscale: #C2C2C2. Windows color (decimal): -10354805 or 9174881. OLE color: 9174881.
HSL color Cylindrical-coordinate representation of color #61FF8B: hue angle of 135.95º 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 #61FF8B is Cyan = 0.62, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 255 | 139 | - |
| CMYK | 0.62 | 0 | 0.45 | 0 |
| HSL | 135.95º | 1% | 0.69% | - |
| HSV(B) | 135.95º | 0.62% | 1% | - |
| XYZ | 45.35 | 75.93 | 36.69 | - |
| YUV | 194.53 | 96.65 | 58.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 255 | 139 | 0.62 | 0 | 0.45 | 0 | 135.95 | 1 | 0.69 |
| Hex | 61 | FF | 8B | 3E | 0 | 2D | 0 | 88 | 64 | 45 |
| Octal | 141 | 377 | 213 | 76 | 0 | 55 | 0 | 210 | 144 | 105 |
| Binary | 1100001 | 11111111 | 10001011 | 111110 | 0 | 101101 | 0 | 10001000 | 1100100 | 1000101 |
Color Harmonies of #61FF8B
Complementary color
Monochromatic Colors of #61FF8B
Black with #61FF8B
Text Example
Text Example
White with #61FF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FF8B; }
p { color: rgb(97,255,139); }
H1.HeaderClassName
{
color: #61FF8B;
}
.AnyTagClassName
{
color: #61FF8B;
}
</style>
background-color css
<style>
a { background-color: #61FF8B; }
a { background-color: rgb(97,255,139); }
div.DivClassName
{
background-color: #61FF8B;
}
.BgClassName
{
background-color: #61FF8B;
}
</style>
border-color css
<style>
span { border-color: #61FF8B; }
span { border-color: rgb(97,255,139); }
td.TdClassName
{
border-color: #61FF8B;
}
.TagClassName
{
border-color: #61FF8B;
}
</style>