Shades of Screamin' Green #65FC7A
Tints of Screamin' Green #65FC7A
RGB
CMYK
RGB Variations
Color information
#65FC7A (or 0x65FC7A) is known color: Screamin' Green. HEX triplet: 65, FC and 7A. RGB value is (101,252,122). Sum of RGB (Red+Green+Blue) = 101+252+122=475 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.26% from 475); Green value is 252 (98.83% from 255 or 53.05% from 475); Blue value is 122 (48.05% from 255 or 25.68% from 475); Max value from RGB is 252 - color contains mainly: green. Hex color #65FC7A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #65FC7A is #9A0385. Grayscale: #C0C0C0. Windows color (decimal): -10093446 or 8060005. OLE color: 8060005.
HSL color Cylindrical-coordinate representation of color #65FC7A: hue angle of 128.34º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65FC7A is Cyan = 0.60, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 101 | 252 | 122 | - |
| CMYK | 0.60 | 0 | 0.52 | 0.01 |
| HSL | 128.34º | 0.96% | 0.69% | - |
| HSV(B) | 128.34º | 0.6% | 0.99% | - |
| XYZ | 43.69 | 73.79 | 30.35 | - |
| YUV | 192.03 | 88.47 | 63.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 252 | 122 | 0.60 | 0 | 0.52 | 0.01 | 128.34 | 0.96 | 0.69 |
| Hex | 65 | FC | 7A | 3C | 0 | 34 | 1 | 80 | 60 | 45 |
| Octal | 145 | 374 | 172 | 74 | 0 | 64 | 1 | 200 | 140 | 105 |
| Binary | 1100101 | 11111100 | 1111010 | 111100 | 0 | 110100 | 1 | 10000000 | 1100000 | 1000101 |
Color Harmonies of #65FC7A
Complementary color
Monochromatic Colors of #65FC7A
Black with #65FC7A
Text Example
Text Example
White with #65FC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65FC7A; }
p { color: rgb(101,252,122); }
H1.HeaderClassName
{
color: #65FC7A;
}
.AnyTagClassName
{
color: #65FC7A;
}
</style>
background-color css
<style>
a { background-color: #65FC7A; }
a { background-color: rgb(101,252,122); }
div.DivClassName
{
background-color: #65FC7A;
}
.BgClassName
{
background-color: #65FC7A;
}
</style>
border-color css
<style>
span { border-color: #65FC7A; }
span { border-color: rgb(101,252,122); }
td.TdClassName
{
border-color: #65FC7A;
}
.TagClassName
{
border-color: #65FC7A;
}
</style>