Shades of Screamin' Green #65FA64
Tints of Screamin' Green #65FA64
RGB
CMYK
RGB Variations
Color information
#65FA64 (or 0x65FA64) is known color: Screamin' Green. HEX triplet: 65, FA and 64. RGB value is (101,250,100). Sum of RGB (Red+Green+Blue) = 101+250+100=451 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.39% from 451); Green value is 250 (98.05% from 255 or 55.43% from 451); Blue value is 100 (39.45% from 255 or 22.17% from 451); Max value from RGB is 250 - color contains mainly: green. Hex color #65FA64 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #65FA64 is #9A059B. Grayscale: #BCBCBC. Windows color (decimal): -10093980 or 6617701. OLE color: 6617701.
HSL color Cylindrical-coordinate representation of color #65FA64: hue angle of 119.6º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65FA64 is Cyan = 0.60, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 250 | 100 | - |
| CMYK | 0.60 | 0 | 0.6 | 0.02 |
| HSL | 119.6º | 0.94% | 0.69% | - |
| HSV(B) | 119.6º | 0.6% | 0.98% | - |
| XYZ | 41.85 | 72.06 | 23.76 | - |
| YUV | 188.35 | 78.14 | 65.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 250 | 100 | 0.60 | 0 | 0.6 | 0.02 | 119.6 | 0.94 | 0.69 |
| Hex | 65 | FA | 64 | 3C | 0 | 3C | 2 | 78 | 5E | 45 |
| Octal | 145 | 372 | 144 | 74 | 0 | 74 | 2 | 170 | 136 | 105 |
| Binary | 1100101 | 11111010 | 1100100 | 111100 | 0 | 111100 | 10 | 1111000 | 1011110 | 1000101 |
Color Harmonies of #65FA64
Complementary color
Monochromatic Colors of #65FA64
Black with #65FA64
Text Example
Text Example
White with #65FA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65FA64; }
p { color: rgb(101,250,100); }
H1.HeaderClassName
{
color: #65FA64;
}
.AnyTagClassName
{
color: #65FA64;
}
</style>
background-color css
<style>
a { background-color: #65FA64; }
a { background-color: rgb(101,250,100); }
div.DivClassName
{
background-color: #65FA64;
}
.BgClassName
{
background-color: #65FA64;
}
</style>
border-color css
<style>
span { border-color: #65FA64; }
span { border-color: rgb(101,250,100); }
td.TdClassName
{
border-color: #65FA64;
}
.TagClassName
{
border-color: #65FA64;
}
</style>