Shades of Screamin' Green #61FD90
Tints of Screamin' Green #61FD90
RGB
CMYK
RGB Variations
Color information
#61FD90 (or 0x61FD90) is known color: Screamin' Green. HEX triplet: 61, FD and 90. RGB value is (97,253,144). Sum of RGB (Red+Green+Blue) = 97+253+144=494 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.64% from 494); Green value is 253 (99.22% from 255 or 51.21% from 494); Blue value is 144 (56.64% from 255 or 29.15% from 494); Max value from RGB is 253 - color contains mainly: green. Hex color #61FD90 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61FD90 is #9E026F. Grayscale: #C2C2C2. Windows color (decimal): -10355312 or 9502049. OLE color: 9502049.
HSL color Cylindrical-coordinate representation of color #61FD90: hue angle of 138.08º degrees, saturation: 0.98, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61FD90 is Cyan = 0.62, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 97 | 253 | 144 | - |
| CMYK | 0.62 | 0 | 0.43 | 0.01 |
| HSL | 138.08º | 0.98% | 0.69% | - |
| HSV(B) | 138.08º | 0.62% | 0.99% | - |
| XYZ | 45.09 | 74.81 | 38.45 | - |
| YUV | 193.93 | 99.82 | 58.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 253 | 144 | 0.62 | 0 | 0.43 | 0.01 | 138.08 | 0.98 | 0.69 |
| Hex | 61 | FD | 90 | 3E | 0 | 2B | 1 | 8A | 62 | 45 |
| Octal | 141 | 375 | 220 | 76 | 0 | 53 | 1 | 212 | 142 | 105 |
| Binary | 1100001 | 11111101 | 10010000 | 111110 | 0 | 101011 | 1 | 10001010 | 1100010 | 1000101 |
Color Harmonies of #61FD90
Complementary color
Monochromatic Colors of #61FD90
Black with #61FD90
Text Example
Text Example
White with #61FD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FD90; }
p { color: rgb(97,253,144); }
H1.HeaderClassName
{
color: #61FD90;
}
.AnyTagClassName
{
color: #61FD90;
}
</style>
background-color css
<style>
a { background-color: #61FD90; }
a { background-color: rgb(97,253,144); }
div.DivClassName
{
background-color: #61FD90;
}
.BgClassName
{
background-color: #61FD90;
}
</style>
border-color css
<style>
span { border-color: #61FD90; }
span { border-color: rgb(97,253,144); }
td.TdClassName
{
border-color: #61FD90;
}
.TagClassName
{
border-color: #61FD90;
}
</style>