Shades of Screamin' Green #65FC80
Tints of Screamin' Green #65FC80
RGB
CMYK
RGB Variations
Color information
#65FC80 (or 0x65FC80) is known color: Screamin' Green. HEX triplet: 65, FC and 80. RGB value is (101,252,128). Sum of RGB (Red+Green+Blue) = 101+252+128=481 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.00% from 481); Green value is 252 (98.83% from 255 or 52.39% from 481); Blue value is 128 (50.39% from 255 or 26.61% from 481); Max value from RGB is 252 - color contains mainly: green. Hex color #65FC80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65FC80 is #9A037F. Grayscale: #C1C1C1. Windows color (decimal): -10093440 or 8453221. OLE color: 8453221.
HSL color Cylindrical-coordinate representation of color #65FC80: hue angle of 130.73º 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 #65FC80 is Cyan = 0.60, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 101 | 252 | 128 | - |
| CMYK | 0.60 | 0 | 0.49 | 0.01 |
| HSL | 130.73º | 0.96% | 0.69% | - |
| HSV(B) | 130.73º | 0.6% | 0.99% | - |
| XYZ | 44.07 | 73.95 | 32.37 | - |
| YUV | 192.72 | 91.47 | 62.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 252 | 128 | 0.60 | 0 | 0.49 | 0.01 | 130.73 | 0.96 | 0.69 |
| Hex | 65 | FC | 80 | 3C | 0 | 31 | 1 | 83 | 60 | 45 |
| Octal | 145 | 374 | 200 | 74 | 0 | 61 | 1 | 203 | 140 | 105 |
| Binary | 1100101 | 11111100 | 10000000 | 111100 | 0 | 110001 | 1 | 10000011 | 1100000 | 1000101 |
Color Harmonies of #65FC80
Complementary color
Monochromatic Colors of #65FC80
Black with #65FC80
Text Example
Text Example
White with #65FC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65FC80; }
p { color: rgb(101,252,128); }
H1.HeaderClassName
{
color: #65FC80;
}
.AnyTagClassName
{
color: #65FC80;
}
</style>
background-color css
<style>
a { background-color: #65FC80; }
a { background-color: rgb(101,252,128); }
div.DivClassName
{
background-color: #65FC80;
}
.BgClassName
{
background-color: #65FC80;
}
</style>
border-color css
<style>
span { border-color: #65FC80; }
span { border-color: rgb(101,252,128); }
td.TdClassName
{
border-color: #65FC80;
}
.TagClassName
{
border-color: #65FC80;
}
</style>