Shades of Bright Green #64E712
Tints of Bright Green #64E712
RGB
CMYK
RGB Variations
Color information
#64E712 (or 0x64E712) is known color: Bright Green. HEX triplet: 64, E7 and 12. RGB value is (100,231,18). Sum of RGB (Red+Green+Blue) = 100+231+18=349 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.65% from 349); Green value is 231 (90.62% from 255 or 66.19% from 349); Blue value is 18 (7.42% from 255 or 5.16% from 349); Max value from RGB is 231 - color contains mainly: green. Hex color #64E712 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #64E712 is #9B18ED. Grayscale: #A8A8A8. Windows color (decimal): -10164462 or 1238884. OLE color: 1238884.
HSL color Cylindrical-coordinate representation of color #64E712: hue angle of 96.9º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #64E712 is Cyan = 0.57, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 100 | 231 | 18 | - |
| CMYK | 0.57 | 0 | 0.92 | 0.09 |
| HSL | 96.9º | 0.86% | 0.49% | - |
| HSV(B) | 96.9º | 0.92% | 0.91% | - |
| XYZ | 33.94 | 59.9 | 10.35 | - |
| YUV | 167.55 | 43.6 | 79.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 231 | 18 | 0.57 | 0 | 0.92 | 0.09 | 96.9 | 0.86 | 0.49 |
| Hex | 64 | E7 | 12 | 39 | 0 | 5C | 9 | 61 | 56 | 31 |
| Octal | 144 | 347 | 22 | 71 | 0 | 134 | 11 | 141 | 126 | 61 |
| Binary | 1100100 | 11100111 | 10010 | 111001 | 0 | 1011100 | 1001 | 1100001 | 1010110 | 110001 |
Color Harmonies of #64E712
Complementary color
Monochromatic Colors of #64E712
Black with #64E712
Text Example
Text Example
White with #64E712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E712; }
p { color: rgb(100,231,18); }
H1.HeaderClassName
{
color: #64E712;
}
.AnyTagClassName
{
color: #64E712;
}
</style>
background-color css
<style>
a { background-color: #64E712; }
a { background-color: rgb(100,231,18); }
div.DivClassName
{
background-color: #64E712;
}
.BgClassName
{
background-color: #64E712;
}
</style>
border-color css
<style>
span { border-color: #64E712; }
span { border-color: rgb(100,231,18); }
td.TdClassName
{
border-color: #64E712;
}
.TagClassName
{
border-color: #64E712;
}
</style>