Shades of Screamin' Green #65E446
Tints of Screamin' Green #65E446
RGB
CMYK
RGB Variations
Color information
#65E446 (or 0x65E446) is known color: Screamin' Green. HEX triplet: 65, E4 and 46. RGB value is (101,228,70). Sum of RGB (Red+Green+Blue) = 101+228+70=399 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.31% from 399); Green value is 228 (89.45% from 255 or 57.14% from 399); Blue value is 70 (27.73% from 255 or 17.54% from 399); Max value from RGB is 228 - color contains mainly: green. Hex color #65E446 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65E446 is #9A1BB9. Grayscale: #ACACAC. Windows color (decimal): -10099642 or 4645989. OLE color: 4645989.
HSL color Cylindrical-coordinate representation of color #65E446: hue angle of 108.23º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #65E446 is Cyan = 0.56, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 101 | 228 | 70 | - |
| CMYK | 0.56 | 0 | 0.69 | 0.11 |
| HSL | 108.23º | 0.75% | 0.58% | - |
| HSV(B) | 108.23º | 0.69% | 0.89% | - |
| XYZ | 34.22 | 58.7 | 15.32 | - |
| YUV | 172.02 | 70.42 | 77.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 228 | 70 | 0.56 | 0 | 0.69 | 0.11 | 108.23 | 0.75 | 0.58 |
| Hex | 65 | E4 | 46 | 38 | 0 | 45 | B | 6C | 4B | 3A |
| Octal | 145 | 344 | 106 | 70 | 0 | 105 | 13 | 154 | 113 | 72 |
| Binary | 1100101 | 11100100 | 1000110 | 111000 | 0 | 1000101 | 1011 | 1101100 | 1001011 | 111010 |
Color Harmonies of #65E446
Complementary color
Monochromatic Colors of #65E446
Black with #65E446
Text Example
Text Example
White with #65E446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E446; }
p { color: rgb(101,228,70); }
H1.HeaderClassName
{
color: #65E446;
}
.AnyTagClassName
{
color: #65E446;
}
</style>
background-color css
<style>
a { background-color: #65E446; }
a { background-color: rgb(101,228,70); }
div.DivClassName
{
background-color: #65E446;
}
.BgClassName
{
background-color: #65E446;
}
</style>
border-color css
<style>
span { border-color: #65E446; }
span { border-color: rgb(101,228,70); }
td.TdClassName
{
border-color: #65E446;
}
.TagClassName
{
border-color: #65E446;
}
</style>