Shades of Screamin' Green #64FA3D
Tints of Screamin' Green #64FA3D
RGB
CMYK
RGB Variations
Color information
#64FA3D (or 0x64FA3D) is known color: Screamin' Green. HEX triplet: 64, FA and 3D. RGB value is (100,250,61). Sum of RGB (Red+Green+Blue) = 100+250+61=411 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.33% from 411); Green value is 250 (98.05% from 255 or 60.83% from 411); Blue value is 61 (24.22% from 255 or 14.84% from 411); Max value from RGB is 250 - color contains mainly: green. Hex color #64FA3D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #64FA3D is #9B05C2. Grayscale: #B8B8B8. Windows color (decimal): -10159555 or 4061796. OLE color: 4061796.
HSL color Cylindrical-coordinate representation of color #64FA3D: hue angle of 107.62º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #64FA3D is Cyan = 0.6, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 250 | 61 | - |
| CMYK | 0.6 | 0 | 0.76 | 0.02 |
| HSL | 107.62º | 0.95% | 0.61% | - |
| HSV(B) | 107.62º | 0.76% | 0.98% | - |
| XYZ | 40.28 | 71.42 | 16.08 | - |
| YUV | 183.6 | 58.81 | 68.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 250 | 61 | 0.6 | 0 | 0.76 | 0.02 | 107.62 | 0.95 | 0.61 |
| Hex | 64 | FA | 3D | 3C | 0 | 4C | 2 | 6C | 5F | 3D |
| Octal | 144 | 372 | 75 | 74 | 0 | 114 | 2 | 154 | 137 | 75 |
| Binary | 1100100 | 11111010 | 111101 | 111100 | 0 | 1001100 | 10 | 1101100 | 1011111 | 111101 |
Color Harmonies of #64FA3D
Complementary color
Monochromatic Colors of #64FA3D
Black with #64FA3D
Text Example
Text Example
White with #64FA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FA3D; }
p { color: rgb(100,250,61); }
H1.HeaderClassName
{
color: #64FA3D;
}
.AnyTagClassName
{
color: #64FA3D;
}
</style>
background-color css
<style>
a { background-color: #64FA3D; }
a { background-color: rgb(100,250,61); }
div.DivClassName
{
background-color: #64FA3D;
}
.BgClassName
{
background-color: #64FA3D;
}
</style>
border-color css
<style>
span { border-color: #64FA3D; }
span { border-color: rgb(100,250,61); }
td.TdClassName
{
border-color: #64FA3D;
}
.TagClassName
{
border-color: #64FA3D;
}
</style>