Shades of Screamin' Green #61FF6C
Tints of Screamin' Green #61FF6C
RGB
CMYK
RGB Variations
Color information
#61FF6C (or 0x61FF6C) is known color: Screamin' Green. HEX triplet: 61, FF and 6C. RGB value is (97,255,108). Sum of RGB (Red+Green+Blue) = 97+255+108=460 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.09% from 460); Green value is 255 (100% from 255 or 55.43% from 460); Blue value is 108 (42.58% from 255 or 23.48% from 460); Max value from RGB is 255 - color contains mainly: green. Hex color #61FF6C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #61FF6C is #9E0093. Grayscale: #BFBFBF. Windows color (decimal): -10354836 or 7143265. OLE color: 7143265.
HSL color Cylindrical-coordinate representation of color #61FF6C: hue angle of 124.18º 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 #61FF6C is Cyan = 0.62, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 255 | 108 | - |
| CMYK | 0.62 | 0 | 0.58 | 0 |
| HSL | 124.18º | 1% | 0.69% | - |
| HSV(B) | 124.18º | 0.62% | 1% | - |
| XYZ | 43.4 | 75.14 | 26.4 | - |
| YUV | 191 | 81.15 | 60.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 255 | 108 | 0.62 | 0 | 0.58 | 0 | 124.18 | 1 | 0.69 |
| Hex | 61 | FF | 6C | 3E | 0 | 3A | 0 | 7C | 64 | 45 |
| Octal | 141 | 377 | 154 | 76 | 0 | 72 | 0 | 174 | 144 | 105 |
| Binary | 1100001 | 11111111 | 1101100 | 111110 | 0 | 111010 | 0 | 1111100 | 1100100 | 1000101 |
Color Harmonies of #61FF6C
Complementary color
Monochromatic Colors of #61FF6C
Black with #61FF6C
Text Example
Text Example
White with #61FF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FF6C; }
p { color: rgb(97,255,108); }
H1.HeaderClassName
{
color: #61FF6C;
}
.AnyTagClassName
{
color: #61FF6C;
}
</style>
background-color css
<style>
a { background-color: #61FF6C; }
a { background-color: rgb(97,255,108); }
div.DivClassName
{
background-color: #61FF6C;
}
.BgClassName
{
background-color: #61FF6C;
}
</style>
border-color css
<style>
span { border-color: #61FF6C; }
span { border-color: rgb(97,255,108); }
td.TdClassName
{
border-color: #61FF6C;
}
.TagClassName
{
border-color: #61FF6C;
}
</style>