Shades of Screamin' Green #64FF35
Tints of Screamin' Green #64FF35
RGB
CMYK
RGB Variations
Color information
#64FF35 (or 0x64FF35) is known color: Screamin' Green. HEX triplet: 64, FF and 35. RGB value is (100,255,53). Sum of RGB (Red+Green+Blue) = 100+255+53=408 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.51% from 408); Green value is 255 (100% from 255 or 62.5% from 408); Blue value is 53 (21.09% from 255 or 12.99% from 408); Max value from RGB is 255 - color contains mainly: green. Hex color #64FF35 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #64FF35 is #9B00CA. Grayscale: #BABABA. Windows color (decimal): -10158283 or 3538788. OLE color: 3538788.
HSL color Cylindrical-coordinate representation of color #64FF35: hue angle of 106.04º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #64FF35 is Cyan = 0.61, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 255 | 53 | - |
| CMYK | 0.61 | 0 | 0.79 | 0 |
| HSL | 106.04º | 1% | 0.6% | - |
| HSV(B) | 106.04º | 0.79% | 1% | - |
| XYZ | 41.66 | 74.49 | 15.55 | - |
| YUV | 185.63 | 53.15 | 66.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 255 | 53 | 0.61 | 0 | 0.79 | 0 | 106.04 | 1 | 0.6 |
| Hex | 64 | FF | 35 | 3D | 0 | 4F | 0 | 6A | 64 | 3C |
| Octal | 144 | 377 | 65 | 75 | 0 | 117 | 0 | 152 | 144 | 74 |
| Binary | 1100100 | 11111111 | 110101 | 111101 | 0 | 1001111 | 0 | 1101010 | 1100100 | 111100 |
Color Harmonies of #64FF35
Complementary color
Monochromatic Colors of #64FF35
Black with #64FF35
Text Example
Text Example
White with #64FF35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FF35; }
p { color: rgb(100,255,53); }
H1.HeaderClassName
{
color: #64FF35;
}
.AnyTagClassName
{
color: #64FF35;
}
</style>
background-color css
<style>
a { background-color: #64FF35; }
a { background-color: rgb(100,255,53); }
div.DivClassName
{
background-color: #64FF35;
}
.BgClassName
{
background-color: #64FF35;
}
</style>
border-color css
<style>
span { border-color: #64FF35; }
span { border-color: rgb(100,255,53); }
td.TdClassName
{
border-color: #64FF35;
}
.TagClassName
{
border-color: #64FF35;
}
</style>