Shades of Screamin' Green #65EC73
Tints of Screamin' Green #65EC73
RGB
CMYK
RGB Variations
Color information
#65EC73 (or 0x65EC73) is known color: Screamin' Green. HEX triplet: 65, EC and 73. RGB value is (101,236,115). Sum of RGB (Red+Green+Blue) = 101+236+115=452 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.35% from 452); Green value is 236 (92.58% from 255 or 52.21% from 452); Blue value is 115 (45.31% from 255 or 25.44% from 452); Max value from RGB is 236 - color contains mainly: green. Hex color #65EC73 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #65EC73 is #9A138C. Grayscale: #B6B6B6. Windows color (decimal): -10097549 or 7597157. OLE color: 7597157.
HSL color Cylindrical-coordinate representation of color #65EC73: hue angle of 126.22º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65EC73 is Cyan = 0.57, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 236 | 115 | - |
| CMYK | 0.57 | 0 | 0.51 | 0.07 |
| HSL | 126.22º | 0.78% | 0.66% | - |
| HSV(B) | 126.22º | 0.57% | 0.93% | - |
| XYZ | 38.46 | 64 | 26.55 | - |
| YUV | 181.84 | 90.27 | 70.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 236 | 115 | 0.57 | 0 | 0.51 | 0.07 | 126.22 | 0.78 | 0.66 |
| Hex | 65 | EC | 73 | 39 | 0 | 33 | 7 | 7E | 4E | 42 |
| Octal | 145 | 354 | 163 | 71 | 0 | 63 | 7 | 176 | 116 | 102 |
| Binary | 1100101 | 11101100 | 1110011 | 111001 | 0 | 110011 | 111 | 1111110 | 1001110 | 1000010 |
Color Harmonies of #65EC73
Complementary color
Monochromatic Colors of #65EC73
Black with #65EC73
Text Example
Text Example
White with #65EC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65EC73; }
p { color: rgb(101,236,115); }
H1.HeaderClassName
{
color: #65EC73;
}
.AnyTagClassName
{
color: #65EC73;
}
</style>
background-color css
<style>
a { background-color: #65EC73; }
a { background-color: rgb(101,236,115); }
div.DivClassName
{
background-color: #65EC73;
}
.BgClassName
{
background-color: #65EC73;
}
</style>
border-color css
<style>
span { border-color: #65EC73; }
span { border-color: rgb(101,236,115); }
td.TdClassName
{
border-color: #65EC73;
}
.TagClassName
{
border-color: #65EC73;
}
</style>