Shades of Screamin' Green #65F961
Tints of Screamin' Green #65F961
RGB
CMYK
RGB Variations
Color information
#65F961 (or 0x65F961) is known color: Screamin' Green. HEX triplet: 65, F9 and 61. RGB value is (101,249,97). Sum of RGB (Red+Green+Blue) = 101+249+97=447 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.60% from 447); Green value is 249 (97.66% from 255 or 55.70% from 447); Blue value is 97 (38.28% from 255 or 21.70% from 447); Max value from RGB is 249 - color contains mainly: green. Hex color #65F961 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #65F961 is #9A069E. Grayscale: #BBBBBB. Windows color (decimal): -10094239 or 6420837. OLE color: 6420837.
HSL color Cylindrical-coordinate representation of color #65F961: hue angle of 118.42º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #65F961 is Cyan = 0.59, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 249 | 97 | - |
| CMYK | 0.59 | 0 | 0.61 | 0.02 |
| HSL | 118.42º | 0.93% | 0.68% | - |
| HSV(B) | 118.42º | 0.61% | 0.98% | - |
| XYZ | 41.4 | 71.38 | 22.91 | - |
| YUV | 187.42 | 76.97 | 66.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 249 | 97 | 0.59 | 0 | 0.61 | 0.02 | 118.42 | 0.93 | 0.68 |
| Hex | 65 | F9 | 61 | 3B | 0 | 3D | 2 | 76 | 5D | 44 |
| Octal | 145 | 371 | 141 | 73 | 0 | 75 | 2 | 166 | 135 | 104 |
| Binary | 1100101 | 11111001 | 1100001 | 111011 | 0 | 111101 | 10 | 1110110 | 1011101 | 1000100 |
Color Harmonies of #65F961
Complementary color
Monochromatic Colors of #65F961
Black with #65F961
Text Example
Text Example
White with #65F961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65F961; }
p { color: rgb(101,249,97); }
H1.HeaderClassName
{
color: #65F961;
}
.AnyTagClassName
{
color: #65F961;
}
</style>
background-color css
<style>
a { background-color: #65F961; }
a { background-color: rgb(101,249,97); }
div.DivClassName
{
background-color: #65F961;
}
.BgClassName
{
background-color: #65F961;
}
</style>
border-color css
<style>
span { border-color: #65F961; }
span { border-color: rgb(101,249,97); }
td.TdClassName
{
border-color: #65F961;
}
.TagClassName
{
border-color: #65F961;
}
</style>