Shades of Screamin' Green #64FB65
Tints of Screamin' Green #64FB65
RGB
CMYK
RGB Variations
Color information
#64FB65 (or 0x64FB65) is known color: Screamin' Green. HEX triplet: 64, FB and 65. RGB value is (100,251,101). Sum of RGB (Red+Green+Blue) = 100+251+101=452 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.12% from 452); Green value is 251 (98.44% from 255 or 55.53% from 452); Blue value is 101 (39.84% from 255 or 22.35% from 452); Max value from RGB is 251 - color contains mainly: green. Hex color #64FB65 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #64FB65 is #9B049A. Grayscale: #BDBDBD. Windows color (decimal): -10159259 or 6683492. OLE color: 6683492.
HSL color Cylindrical-coordinate representation of color #64FB65: hue angle of 120.4º degrees, saturation: 0.95, 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 #64FB65 is Cyan = 0.60, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 251 | 101 | - |
| CMYK | 0.60 | 0 | 0.60 | 0.02 |
| HSL | 120.4º | 0.95% | 0.69% | - |
| HSV(B) | 120.4º | 0.6% | 0.98% | - |
| XYZ | 42.1 | 72.64 | 24.11 | - |
| YUV | 188.75 | 78.47 | 64.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 251 | 101 | 0.60 | 0 | 0.60 | 0.02 | 120.4 | 0.95 | 0.69 |
| Hex | 64 | FB | 65 | 3C | 0 | 3C | 2 | 78 | 5F | 45 |
| Octal | 144 | 373 | 145 | 74 | 0 | 74 | 2 | 170 | 137 | 105 |
| Binary | 1100100 | 11111011 | 1100101 | 111100 | 0 | 111100 | 10 | 1111000 | 1011111 | 1000101 |
Color Harmonies of #64FB65
Complementary color
Monochromatic Colors of #64FB65
Black with #64FB65
Text Example
Text Example
White with #64FB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FB65; }
p { color: rgb(100,251,101); }
H1.HeaderClassName
{
color: #64FB65;
}
.AnyTagClassName
{
color: #64FB65;
}
</style>
background-color css
<style>
a { background-color: #64FB65; }
a { background-color: rgb(100,251,101); }
div.DivClassName
{
background-color: #64FB65;
}
.BgClassName
{
background-color: #64FB65;
}
</style>
border-color css
<style>
span { border-color: #64FB65; }
span { border-color: rgb(100,251,101); }
td.TdClassName
{
border-color: #64FB65;
}
.TagClassName
{
border-color: #64FB65;
}
</style>