Shades of Bright Green #64F21E
Tints of Bright Green #64F21E
RGB
CMYK
RGB Variations
Color information
#64F21E (or 0x64F21E) is known color: Bright Green. HEX triplet: 64, F2 and 1E. RGB value is (100,242,30). Sum of RGB (Red+Green+Blue) = 100+242+30=372 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.88% from 372); Green value is 242 (94.92% from 255 or 65.05% from 372); Blue value is 30 (12.11% from 255 or 8.06% from 372); Max value from RGB is 242 - color contains mainly: green. Hex color #64F21E is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #64F21E is #9B0DE1. Grayscale: #B0B0B0. Windows color (decimal): -10161634 or 2028132. OLE color: 2028132.
HSL color Cylindrical-coordinate representation of color #64F21E: hue angle of 100.19º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #64F21E is Cyan = 0.59, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 242 | 30 | - |
| CMYK | 0.59 | 0 | 0.88 | 0.05 |
| HSL | 100.19º | 0.89% | 0.53% | - |
| HSV(B) | 100.19º | 0.88% | 0.95% | - |
| XYZ | 37.24 | 66.31 | 12.06 | - |
| YUV | 175.37 | 45.96 | 74.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 242 | 30 | 0.59 | 0 | 0.88 | 0.05 | 100.19 | 0.89 | 0.53 |
| Hex | 64 | F2 | 1E | 3B | 0 | 58 | 5 | 64 | 59 | 35 |
| Octal | 144 | 362 | 36 | 73 | 0 | 130 | 5 | 144 | 131 | 65 |
| Binary | 1100100 | 11110010 | 11110 | 111011 | 0 | 1011000 | 101 | 1100100 | 1011001 | 110101 |
Color Harmonies of #64F21E
Complementary color
Monochromatic Colors of #64F21E
Black with #64F21E
Text Example
Text Example
White with #64F21E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F21E; }
p { color: rgb(100,242,30); }
H1.HeaderClassName
{
color: #64F21E;
}
.AnyTagClassName
{
color: #64F21E;
}
</style>
background-color css
<style>
a { background-color: #64F21E; }
a { background-color: rgb(100,242,30); }
div.DivClassName
{
background-color: #64F21E;
}
.BgClassName
{
background-color: #64F21E;
}
</style>
border-color css
<style>
span { border-color: #64F21E; }
span { border-color: rgb(100,242,30); }
td.TdClassName
{
border-color: #64F21E;
}
.TagClassName
{
border-color: #64F21E;
}
</style>