Shades of Screamin' Green #65FF3F
Tints of Screamin' Green #65FF3F
RGB
CMYK
RGB Variations
Color information
#65FF3F (or 0x65FF3F) is known color: Screamin' Green. HEX triplet: 65, FF and 3F. RGB value is (101,255,63). Sum of RGB (Red+Green+Blue) = 101+255+63=419 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.11% from 419); Green value is 255 (100% from 255 or 60.86% from 419); Blue value is 63 (25% from 255 or 15.04% from 419); Max value from RGB is 255 - color contains mainly: green. Hex color #65FF3F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #65FF3F is #9A00C0. Grayscale: #BBBBBB. Windows color (decimal): -10092737 or 4194149. OLE color: 4194149.
HSL color Cylindrical-coordinate representation of color #65FF3F: hue angle of 108.12º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #65FF3F is Cyan = 0.60, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 255 | 63 | - |
| CMYK | 0.60 | 0 | 0.75 | 0 |
| HSL | 108.13º | 1% | 0.62% | - |
| HSV(B) | 108.13º | 0.75% | 1% | - |
| XYZ | 42.02 | 74.65 | 16.9 | - |
| YUV | 187.07 | 57.98 | 66.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 255 | 63 | 0.60 | 0 | 0.75 | 0 | 108.13 | 1 | 0.62 |
| Hex | 65 | FF | 3F | 3C | 0 | 4B | 0 | 6C | 64 | 3E |
| Octal | 145 | 377 | 77 | 74 | 0 | 113 | 0 | 154 | 144 | 76 |
| Binary | 1100101 | 11111111 | 111111 | 111100 | 0 | 1001011 | 0 | 1101100 | 1100100 | 111110 |
Color Harmonies of #65FF3F
Complementary color
Monochromatic Colors of #65FF3F
Black with #65FF3F
Text Example
Text Example
White with #65FF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65FF3F; }
p { color: rgb(101,255,63); }
H1.HeaderClassName
{
color: #65FF3F;
}
.AnyTagClassName
{
color: #65FF3F;
}
</style>
background-color css
<style>
a { background-color: #65FF3F; }
a { background-color: rgb(101,255,63); }
div.DivClassName
{
background-color: #65FF3F;
}
.BgClassName
{
background-color: #65FF3F;
}
</style>
border-color css
<style>
span { border-color: #65FF3F; }
span { border-color: rgb(101,255,63); }
td.TdClassName
{
border-color: #65FF3F;
}
.TagClassName
{
border-color: #65FF3F;
}
</style>