Shades of Screamin' Green #65F974
Tints of Screamin' Green #65F974
RGB
CMYK
RGB Variations
Color information
#65F974 (or 0x65F974) is known color: Screamin' Green. HEX triplet: 65, F9 and 74. RGB value is (101,249,116). Sum of RGB (Red+Green+Blue) = 101+249+116=466 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.67% from 466); Green value is 249 (97.66% from 255 or 53.43% from 466); Blue value is 116 (45.70% from 255 or 24.89% from 466); Max value from RGB is 249 - color contains mainly: green. Hex color #65F974 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #65F974 is #9A068B. Grayscale: #BDBDBD. Windows color (decimal): -10094220 or 7666021. OLE color: 7666021.
HSL color Cylindrical-coordinate representation of color #65F974: hue angle of 126.08º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65F974 is Cyan = 0.59, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 249 | 116 | - |
| CMYK | 0.59 | 0 | 0.53 | 0.02 |
| HSL | 126.08º | 0.93% | 0.69% | - |
| HSV(B) | 126.08º | 0.59% | 0.98% | - |
| XYZ | 42.39 | 71.78 | 28.14 | - |
| YUV | 189.59 | 86.47 | 64.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 249 | 116 | 0.59 | 0 | 0.53 | 0.02 | 126.08 | 0.93 | 0.69 |
| Hex | 65 | F9 | 74 | 3B | 0 | 35 | 2 | 7E | 5C | 45 |
| Octal | 145 | 371 | 164 | 73 | 0 | 65 | 2 | 176 | 134 | 105 |
| Binary | 1100101 | 11111001 | 1110100 | 111011 | 0 | 110101 | 10 | 1111110 | 1011100 | 1000101 |
Color Harmonies of #65F974
Complementary color
Monochromatic Colors of #65F974
Black with #65F974
Text Example
Text Example
White with #65F974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65F974; }
p { color: rgb(101,249,116); }
H1.HeaderClassName
{
color: #65F974;
}
.AnyTagClassName
{
color: #65F974;
}
</style>
background-color css
<style>
a { background-color: #65F974; }
a { background-color: rgb(101,249,116); }
div.DivClassName
{
background-color: #65F974;
}
.BgClassName
{
background-color: #65F974;
}
</style>
border-color css
<style>
span { border-color: #65F974; }
span { border-color: rgb(101,249,116); }
td.TdClassName
{
border-color: #65F974;
}
.TagClassName
{
border-color: #65F974;
}
</style>