Shades of Screamin' Green #64F235
Tints of Screamin' Green #64F235
RGB
CMYK
RGB Variations
Color information
#64F235 (or 0x64F235) is known color: Screamin' Green. HEX triplet: 64, F2 and 35. RGB value is (100,242,53). Sum of RGB (Red+Green+Blue) = 100+242+53=395 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.32% from 395); Green value is 242 (94.92% from 255 or 61.27% from 395); Blue value is 53 (21.09% from 255 or 13.42% from 395); Max value from RGB is 242 - color contains mainly: green. Hex color #64F235 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #64F235 is #9B0DCA. Grayscale: #B2B2B2. Windows color (decimal): -10161611 or 3535460. OLE color: 3535460.
HSL color Cylindrical-coordinate representation of color #64F235: hue angle of 105.08º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #64F235 is Cyan = 0.59, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 242 | 53 | - |
| CMYK | 0.59 | 0 | 0.78 | 0.05 |
| HSL | 105.08º | 0.88% | 0.58% | - |
| HSV(B) | 105.08º | 0.78% | 0.95% | - |
| XYZ | 37.65 | 66.47 | 14.21 | - |
| YUV | 178 | 57.46 | 72.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 242 | 53 | 0.59 | 0 | 0.78 | 0.05 | 105.08 | 0.88 | 0.58 |
| Hex | 64 | F2 | 35 | 3B | 0 | 4E | 5 | 69 | 58 | 3A |
| Octal | 144 | 362 | 65 | 73 | 0 | 116 | 5 | 151 | 130 | 72 |
| Binary | 1100100 | 11110010 | 110101 | 111011 | 0 | 1001110 | 101 | 1101001 | 1011000 | 111010 |
Color Harmonies of #64F235
Complementary color
Monochromatic Colors of #64F235
Black with #64F235
Text Example
Text Example
White with #64F235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F235; }
p { color: rgb(100,242,53); }
H1.HeaderClassName
{
color: #64F235;
}
.AnyTagClassName
{
color: #64F235;
}
</style>
background-color css
<style>
a { background-color: #64F235; }
a { background-color: rgb(100,242,53); }
div.DivClassName
{
background-color: #64F235;
}
.BgClassName
{
background-color: #64F235;
}
</style>
border-color css
<style>
span { border-color: #64F235; }
span { border-color: rgb(100,242,53); }
td.TdClassName
{
border-color: #64F235;
}
.TagClassName
{
border-color: #64F235;
}
</style>