Shades of Screamin' Green #65F280
Tints of Screamin' Green #65F280
RGB
CMYK
RGB Variations
Color information
#65F280 (or 0x65F280) is known color: Screamin' Green. HEX triplet: 65, F2 and 80. RGB value is (101,242,128). Sum of RGB (Red+Green+Blue) = 101+242+128=471 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.44% from 471); Green value is 242 (94.92% from 255 or 51.38% from 471); Blue value is 128 (50.39% from 255 or 27.18% from 471); Max value from RGB is 242 - color contains mainly: green. Hex color #65F280 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65F280 is #9A0D7F. Grayscale: #BBBBBB. Windows color (decimal): -10096000 or 8450661. OLE color: 8450661.
HSL color Cylindrical-coordinate representation of color #65F280: hue angle of 131.49º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65F280 is Cyan = 0.58, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 101 | 242 | 128 | - |
| CMYK | 0.58 | 0 | 0.47 | 0.05 |
| HSL | 131.49º | 0.84% | 0.67% | - |
| HSV(B) | 131.49º | 0.58% | 0.95% | - |
| XYZ | 41.02 | 67.83 | 31.35 | - |
| YUV | 186.85 | 94.79 | 66.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 242 | 128 | 0.58 | 0 | 0.47 | 0.05 | 131.49 | 0.84 | 0.67 |
| Hex | 65 | F2 | 80 | 3A | 0 | 2F | 5 | 83 | 54 | 43 |
| Octal | 145 | 362 | 200 | 72 | 0 | 57 | 5 | 203 | 124 | 103 |
| Binary | 1100101 | 11110010 | 10000000 | 111010 | 0 | 101111 | 101 | 10000011 | 1010100 | 1000011 |
Color Harmonies of #65F280
Complementary color
Monochromatic Colors of #65F280
Black with #65F280
Text Example
Text Example
White with #65F280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65F280; }
p { color: rgb(101,242,128); }
H1.HeaderClassName
{
color: #65F280;
}
.AnyTagClassName
{
color: #65F280;
}
</style>
background-color css
<style>
a { background-color: #65F280; }
a { background-color: rgb(101,242,128); }
div.DivClassName
{
background-color: #65F280;
}
.BgClassName
{
background-color: #65F280;
}
</style>
border-color css
<style>
span { border-color: #65F280; }
span { border-color: rgb(101,242,128); }
td.TdClassName
{
border-color: #65F280;
}
.TagClassName
{
border-color: #65F280;
}
</style>