Shades of Bright Green #64E326
Tints of Bright Green #64E326
RGB
CMYK
RGB Variations
Color information
#64E326 (or 0x64E326) is known color: Bright Green. HEX triplet: 64, E3 and 26. RGB value is (100,227,38). Sum of RGB (Red+Green+Blue) = 100+227+38=365 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.40% from 365); Green value is 227 (89.06% from 255 or 62.19% from 365); Blue value is 38 (15.23% from 255 or 10.41% from 365); Max value from RGB is 227 - color contains mainly: green. Hex color #64E326 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64E326 is #9B1CD9. Grayscale: #A8A8A8. Windows color (decimal): -10165466 or 2548580. OLE color: 2548580.
HSL color Cylindrical-coordinate representation of color #64E326: hue angle of 100.32º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #64E326 is Cyan = 0.56, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 100 | 227 | 38 | - |
| CMYK | 0.56 | 0 | 0.83 | 0.11 |
| HSL | 100.32º | 0.77% | 0.52% | - |
| HSV(B) | 100.32º | 0.83% | 0.89% | - |
| XYZ | 33.07 | 57.79 | 11.24 | - |
| YUV | 167.48 | 54.92 | 79.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 227 | 38 | 0.56 | 0 | 0.83 | 0.11 | 100.32 | 0.77 | 0.52 |
| Hex | 64 | E3 | 26 | 38 | 0 | 53 | B | 64 | 4D | 34 |
| Octal | 144 | 343 | 46 | 70 | 0 | 123 | 13 | 144 | 115 | 64 |
| Binary | 1100100 | 11100011 | 100110 | 111000 | 0 | 1010011 | 1011 | 1100100 | 1001101 | 110100 |
Color Harmonies of #64E326
Complementary color
Monochromatic Colors of #64E326
Black with #64E326
Text Example
Text Example
White with #64E326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E326; }
p { color: rgb(100,227,38); }
H1.HeaderClassName
{
color: #64E326;
}
.AnyTagClassName
{
color: #64E326;
}
</style>
background-color css
<style>
a { background-color: #64E326; }
a { background-color: rgb(100,227,38); }
div.DivClassName
{
background-color: #64E326;
}
.BgClassName
{
background-color: #64E326;
}
</style>
border-color css
<style>
span { border-color: #64E326; }
span { border-color: rgb(100,227,38); }
td.TdClassName
{
border-color: #64E326;
}
.TagClassName
{
border-color: #64E326;
}
</style>