Shades of Screamin' Green #65FF8D
Tints of Screamin' Green #65FF8D
RGB
CMYK
RGB Variations
Color information
#65FF8D (or 0x65FF8D) is known color: Screamin' Green. HEX triplet: 65, FF and 8D. RGB value is (101,255,141). Sum of RGB (Red+Green+Blue) = 101+255+141=497 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.32% from 497); Green value is 255 (100% from 255 or 51.31% from 497); Blue value is 141 (55.47% from 255 or 28.37% from 497); Max value from RGB is 255 - color contains mainly: green. Hex color #65FF8D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65FF8D is #9A0072. Grayscale: #C4C4C4. Windows color (decimal): -10092659 or 9305957. OLE color: 9305957.
HSL color Cylindrical-coordinate representation of color #65FF8D: hue angle of 135.58º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65FF8D is Cyan = 0.60, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 255 | 141 | - |
| CMYK | 0.60 | 0 | 0.45 | 0 |
| HSL | 135.58º | 1% | 0.7% | - |
| HSV(B) | 135.58º | 0.6% | 1% | - |
| XYZ | 45.93 | 76.21 | 37.49 | - |
| YUV | 195.96 | 96.98 | 60.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 255 | 141 | 0.60 | 0 | 0.45 | 0 | 135.58 | 1 | 0.7 |
| Hex | 65 | FF | 8D | 3C | 0 | 2D | 0 | 88 | 64 | 46 |
| Octal | 145 | 377 | 215 | 74 | 0 | 55 | 0 | 210 | 144 | 106 |
| Binary | 1100101 | 11111111 | 10001101 | 111100 | 0 | 101101 | 0 | 10001000 | 1100100 | 1000110 |
Color Harmonies of #65FF8D
Complementary color
Monochromatic Colors of #65FF8D
Black with #65FF8D
Text Example
Text Example
White with #65FF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65FF8D; }
p { color: rgb(101,255,141); }
H1.HeaderClassName
{
color: #65FF8D;
}
.AnyTagClassName
{
color: #65FF8D;
}
</style>
background-color css
<style>
a { background-color: #65FF8D; }
a { background-color: rgb(101,255,141); }
div.DivClassName
{
background-color: #65FF8D;
}
.BgClassName
{
background-color: #65FF8D;
}
</style>
border-color css
<style>
span { border-color: #65FF8D; }
span { border-color: rgb(101,255,141); }
td.TdClassName
{
border-color: #65FF8D;
}
.TagClassName
{
border-color: #65FF8D;
}
</style>