Shades of Bright Green #64E427
Tints of Bright Green #64E427
RGB
CMYK
RGB Variations
Color information
#64E427 (or 0x64E427) is known color: Bright Green. HEX triplet: 64, E4 and 27. RGB value is (100,228,39). Sum of RGB (Red+Green+Blue) = 100+228+39=367 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.25% from 367); Green value is 228 (89.45% from 255 or 62.13% from 367); Blue value is 39 (15.62% from 255 or 10.63% from 367); Max value from RGB is 228 - color contains mainly: green. Hex color #64E427 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64E427 is #9B1BD8. Grayscale: #A8A8A8. Windows color (decimal): -10165209 or 2614372. OLE color: 2614372.
HSL color Cylindrical-coordinate representation of color #64E427: hue angle of 100.63º degrees, saturation: 0.78, 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 #64E427 is Cyan = 0.56, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 100 | 228 | 39 | - |
| CMYK | 0.56 | 0 | 0.83 | 0.11 |
| HSL | 100.63º | 0.78% | 0.52% | - |
| HSV(B) | 100.63º | 0.83% | 0.89% | - |
| XYZ | 33.37 | 58.34 | 11.42 | - |
| YUV | 168.18 | 55.09 | 79.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 228 | 39 | 0.56 | 0 | 0.83 | 0.11 | 100.63 | 0.78 | 0.52 |
| Hex | 64 | E4 | 27 | 38 | 0 | 53 | B | 65 | 4E | 34 |
| Octal | 144 | 344 | 47 | 70 | 0 | 123 | 13 | 145 | 116 | 64 |
| Binary | 1100100 | 11100100 | 100111 | 111000 | 0 | 1010011 | 1011 | 1100101 | 1001110 | 110100 |
Color Harmonies of #64E427
Complementary color
Monochromatic Colors of #64E427
Black with #64E427
Text Example
Text Example
White with #64E427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E427; }
p { color: rgb(100,228,39); }
H1.HeaderClassName
{
color: #64E427;
}
.AnyTagClassName
{
color: #64E427;
}
</style>
background-color css
<style>
a { background-color: #64E427; }
a { background-color: rgb(100,228,39); }
div.DivClassName
{
background-color: #64E427;
}
.BgClassName
{
background-color: #64E427;
}
</style>
border-color css
<style>
span { border-color: #64E427; }
span { border-color: rgb(100,228,39); }
td.TdClassName
{
border-color: #64E427;
}
.TagClassName
{
border-color: #64E427;
}
</style>