Shades of Bright Green #64E728
Tints of Bright Green #64E728
RGB
CMYK
RGB Variations
Color information
#64E728 (or 0x64E728) is known color: Bright Green. HEX triplet: 64, E7 and 28. RGB value is (100,231,40). Sum of RGB (Red+Green+Blue) = 100+231+40=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 231 (90.62% from 255 or 62.26% from 371); Blue value is 40 (16.02% from 255 or 10.78% from 371); Max value from RGB is 231 - color contains mainly: green. Hex color #64E728 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #64E728 is #9B18D7. Grayscale: #AAAAAA. Windows color (decimal): -10164440 or 2680676. OLE color: 2680676.
HSL color Cylindrical-coordinate representation of color #64E728: hue angle of 101.15º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #64E728 is Cyan = 0.57, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 100 | 231 | 40 | - |
| CMYK | 0.57 | 0 | 0.83 | 0.09 |
| HSL | 101.15º | 0.8% | 0.53% | - |
| HSV(B) | 101.15º | 0.83% | 0.91% | - |
| XYZ | 34.21 | 60.01 | 11.79 | - |
| YUV | 170.06 | 54.6 | 78.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 231 | 40 | 0.57 | 0 | 0.83 | 0.09 | 101.15 | 0.8 | 0.53 |
| Hex | 64 | E7 | 28 | 39 | 0 | 53 | 9 | 65 | 50 | 35 |
| Octal | 144 | 347 | 50 | 71 | 0 | 123 | 11 | 145 | 120 | 65 |
| Binary | 1100100 | 11100111 | 101000 | 111001 | 0 | 1010011 | 1001 | 1100101 | 1010000 | 110101 |
Color Harmonies of #64E728
Complementary color
Monochromatic Colors of #64E728
Black with #64E728
Text Example
Text Example
White with #64E728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E728; }
p { color: rgb(100,231,40); }
H1.HeaderClassName
{
color: #64E728;
}
.AnyTagClassName
{
color: #64E728;
}
</style>
background-color css
<style>
a { background-color: #64E728; }
a { background-color: rgb(100,231,40); }
div.DivClassName
{
background-color: #64E728;
}
.BgClassName
{
background-color: #64E728;
}
</style>
border-color css
<style>
span { border-color: #64E728; }
span { border-color: rgb(100,231,40); }
td.TdClassName
{
border-color: #64E728;
}
.TagClassName
{
border-color: #64E728;
}
</style>