Shades of Screamin' Green #65FF8C
Tints of Screamin' Green #65FF8C
RGB
CMYK
RGB Variations
Color information
#65FF8C (or 0x65FF8C) is known color: Screamin' Green. HEX triplet: 65, FF and 8C. RGB value is (101,255,140). Sum of RGB (Red+Green+Blue) = 101+255+140=496 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.36% from 496); Green value is 255 (100% from 255 or 51.41% from 496); Blue value is 140 (55.08% from 255 or 28.23% from 496); Max value from RGB is 255 - color contains mainly: green. Hex color #65FF8C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65FF8C is #9A0073. Grayscale: #C4C4C4. Windows color (decimal): -10092660 or 9240421. OLE color: 9240421.
HSL color Cylindrical-coordinate representation of color #65FF8C: hue angle of 135.19º 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 #65FF8C is Cyan = 0.60, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 255 | 140 | - |
| CMYK | 0.60 | 0 | 0.45 | 0 |
| HSL | 135.19º | 1% | 0.7% | - |
| HSV(B) | 135.19º | 0.6% | 1% | - |
| XYZ | 45.86 | 76.18 | 37.1 | - |
| YUV | 195.84 | 96.48 | 60.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 255 | 140 | 0.60 | 0 | 0.45 | 0 | 135.19 | 1 | 0.7 |
| Hex | 65 | FF | 8C | 3C | 0 | 2D | 0 | 87 | 64 | 46 |
| Octal | 145 | 377 | 214 | 74 | 0 | 55 | 0 | 207 | 144 | 106 |
| Binary | 1100101 | 11111111 | 10001100 | 111100 | 0 | 101101 | 0 | 10000111 | 1100100 | 1000110 |
Color Harmonies of #65FF8C
Complementary color
Monochromatic Colors of #65FF8C
Black with #65FF8C
Text Example
Text Example
White with #65FF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65FF8C; }
p { color: rgb(101,255,140); }
H1.HeaderClassName
{
color: #65FF8C;
}
.AnyTagClassName
{
color: #65FF8C;
}
</style>
background-color css
<style>
a { background-color: #65FF8C; }
a { background-color: rgb(101,255,140); }
div.DivClassName
{
background-color: #65FF8C;
}
.BgClassName
{
background-color: #65FF8C;
}
</style>
border-color css
<style>
span { border-color: #65FF8C; }
span { border-color: rgb(101,255,140); }
td.TdClassName
{
border-color: #65FF8C;
}
.TagClassName
{
border-color: #65FF8C;
}
</style>