Shades of Screamin' Green #61FF68
Tints of Screamin' Green #61FF68
RGB
CMYK
RGB Variations
Color information
#61FF68 (or 0x61FF68) is known color: Screamin' Green. HEX triplet: 61, FF and 68. RGB value is (97,255,104). Sum of RGB (Red+Green+Blue) = 97+255+104=456 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.27% from 456); Green value is 255 (100% from 255 or 55.92% from 456); Blue value is 104 (41.02% from 255 or 22.81% from 456); Max value from RGB is 255 - color contains mainly: green. Hex color #61FF68 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #61FF68 is #9E0097. Grayscale: #BEBEBE. Windows color (decimal): -10354840 or 6881121. OLE color: 6881121.
HSL color Cylindrical-coordinate representation of color #61FF68: hue angle of 122.66º 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 #61FF68 is Cyan = 0.62, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 255 | 104 | - |
| CMYK | 0.62 | 0 | 0.59 | 0 |
| HSL | 122.66º | 1% | 0.69% | - |
| HSV(B) | 122.66º | 0.62% | 1% | - |
| XYZ | 43.19 | 75.06 | 25.31 | - |
| YUV | 190.54 | 79.15 | 61.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 255 | 104 | 0.62 | 0 | 0.59 | 0 | 122.66 | 1 | 0.69 |
| Hex | 61 | FF | 68 | 3E | 0 | 3B | 0 | 7B | 64 | 45 |
| Octal | 141 | 377 | 150 | 76 | 0 | 73 | 0 | 173 | 144 | 105 |
| Binary | 1100001 | 11111111 | 1101000 | 111110 | 0 | 111011 | 0 | 1111011 | 1100100 | 1000101 |
Color Harmonies of #61FF68
Complementary color
Monochromatic Colors of #61FF68
Black with #61FF68
Text Example
Text Example
White with #61FF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FF68; }
p { color: rgb(97,255,104); }
H1.HeaderClassName
{
color: #61FF68;
}
.AnyTagClassName
{
color: #61FF68;
}
</style>
background-color css
<style>
a { background-color: #61FF68; }
a { background-color: rgb(97,255,104); }
div.DivClassName
{
background-color: #61FF68;
}
.BgClassName
{
background-color: #61FF68;
}
</style>
border-color css
<style>
span { border-color: #61FF68; }
span { border-color: rgb(97,255,104); }
td.TdClassName
{
border-color: #61FF68;
}
.TagClassName
{
border-color: #61FF68;
}
</style>