Shades of Bright Green #64E731
Tints of Bright Green #64E731
RGB
CMYK
RGB Variations
Color information
#64E731 (or 0x64E731) is known color: Bright Green. HEX triplet: 64, E7 and 31. RGB value is (100,231,49). Sum of RGB (Red+Green+Blue) = 100+231+49=380 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.32% from 380); Green value is 231 (90.62% from 255 or 60.79% from 380); Blue value is 49 (19.53% from 255 or 12.89% from 380); Max value from RGB is 231 - color contains mainly: green. Hex color #64E731 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #64E731 is #9B18CE. Grayscale: #ABABAB. Windows color (decimal): -10164431 or 3270500. OLE color: 3270500.
HSL color Cylindrical-coordinate representation of color #64E731: hue angle of 103.19º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #64E731 is Cyan = 0.57, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 100 | 231 | 49 | - |
| CMYK | 0.57 | 0 | 0.79 | 0.09 |
| HSL | 103.19º | 0.79% | 0.55% | - |
| HSV(B) | 103.19º | 0.79% | 0.91% | - |
| XYZ | 34.39 | 60.08 | 12.69 | - |
| YUV | 171.08 | 59.1 | 77.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 231 | 49 | 0.57 | 0 | 0.79 | 0.09 | 103.19 | 0.79 | 0.55 |
| Hex | 64 | E7 | 31 | 39 | 0 | 4F | 9 | 67 | 4F | 37 |
| Octal | 144 | 347 | 61 | 71 | 0 | 117 | 11 | 147 | 117 | 67 |
| Binary | 1100100 | 11100111 | 110001 | 111001 | 0 | 1001111 | 1001 | 1100111 | 1001111 | 110111 |
Color Harmonies of #64E731
Complementary color
Monochromatic Colors of #64E731
Black with #64E731
Text Example
Text Example
White with #64E731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E731; }
p { color: rgb(100,231,49); }
H1.HeaderClassName
{
color: #64E731;
}
.AnyTagClassName
{
color: #64E731;
}
</style>
background-color css
<style>
a { background-color: #64E731; }
a { background-color: rgb(100,231,49); }
div.DivClassName
{
background-color: #64E731;
}
.BgClassName
{
background-color: #64E731;
}
</style>
border-color css
<style>
span { border-color: #64E731; }
span { border-color: rgb(100,231,49); }
td.TdClassName
{
border-color: #64E731;
}
.TagClassName
{
border-color: #64E731;
}
</style>