Shades of Bright Green #64F324
Tints of Bright Green #64F324
RGB
CMYK
RGB Variations
Color information
#64F324 (or 0x64F324) is known color: Bright Green. HEX triplet: 64, F3 and 24. RGB value is (100,243,36). Sum of RGB (Red+Green+Blue) = 100+243+36=379 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.39% from 379); Green value is 243 (95.31% from 255 or 64.12% from 379); Blue value is 36 (14.45% from 255 or 9.50% from 379); Max value from RGB is 243 - color contains mainly: green. Hex color #64F324 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #64F324 is #9B0CDB. Grayscale: #B1B1B1. Windows color (decimal): -10161372 or 2421604. OLE color: 2421604.
HSL color Cylindrical-coordinate representation of color #64F324: hue angle of 101.45º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #64F324 is Cyan = 0.59, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 243 | 36 | - |
| CMYK | 0.59 | 0 | 0.85 | 0.05 |
| HSL | 101.45º | 0.9% | 0.55% | - |
| HSV(B) | 101.45º | 0.85% | 0.95% | - |
| XYZ | 37.62 | 66.94 | 12.61 | - |
| YUV | 176.65 | 48.62 | 73.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 243 | 36 | 0.59 | 0 | 0.85 | 0.05 | 101.45 | 0.9 | 0.55 |
| Hex | 64 | F3 | 24 | 3B | 0 | 55 | 5 | 65 | 5A | 37 |
| Octal | 144 | 363 | 44 | 73 | 0 | 125 | 5 | 145 | 132 | 67 |
| Binary | 1100100 | 11110011 | 100100 | 111011 | 0 | 1010101 | 101 | 1100101 | 1011010 | 110111 |
Color Harmonies of #64F324
Complementary color
Monochromatic Colors of #64F324
Black with #64F324
Text Example
Text Example
White with #64F324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F324; }
p { color: rgb(100,243,36); }
H1.HeaderClassName
{
color: #64F324;
}
.AnyTagClassName
{
color: #64F324;
}
</style>
background-color css
<style>
a { background-color: #64F324; }
a { background-color: rgb(100,243,36); }
div.DivClassName
{
background-color: #64F324;
}
.BgClassName
{
background-color: #64F324;
}
</style>
border-color css
<style>
span { border-color: #64F324; }
span { border-color: rgb(100,243,36); }
td.TdClassName
{
border-color: #64F324;
}
.TagClassName
{
border-color: #64F324;
}
</style>