Shades of Bright Green #64F811
Tints of Bright Green #64F811
RGB
CMYK
RGB Variations
Color information
#64F811 (or 0x64F811) is known color: Bright Green. HEX triplet: 64, F8 and 11. RGB value is (100,248,17). Sum of RGB (Red+Green+Blue) = 100+248+17=365 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.40% from 365); Green value is 248 (97.27% from 255 or 67.95% from 365); Blue value is 17 (7.03% from 255 or 4.66% from 365); Max value from RGB is 248 - color contains mainly: green. Hex color #64F811 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #64F811 is #9B07EE. Grayscale: #B2B2B2. Windows color (decimal): -10160111 or 1177700. OLE color: 1177700.
HSL color Cylindrical-coordinate representation of color #64F811: hue angle of 98.44º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #64F811 is Cyan = 0.60, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 100 | 248 | 17 | - |
| CMYK | 0.60 | 0 | 0.93 | 0.03 |
| HSL | 98.44º | 0.94% | 0.52% | - |
| HSV(B) | 98.44º | 0.93% | 0.97% | - |
| XYZ | 38.92 | 69.88 | 11.97 | - |
| YUV | 177.41 | 37.47 | 72.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 248 | 17 | 0.60 | 0 | 0.93 | 0.03 | 98.44 | 0.94 | 0.52 |
| Hex | 64 | F8 | 11 | 3C | 0 | 5D | 3 | 62 | 5E | 34 |
| Octal | 144 | 370 | 21 | 74 | 0 | 135 | 3 | 142 | 136 | 64 |
| Binary | 1100100 | 11111000 | 10001 | 111100 | 0 | 1011101 | 11 | 1100010 | 1011110 | 110100 |
Color Harmonies of #64F811
Complementary color
Monochromatic Colors of #64F811
Black with #64F811
Text Example
Text Example
White with #64F811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F811; }
p { color: rgb(100,248,17); }
H1.HeaderClassName
{
color: #64F811;
}
.AnyTagClassName
{
color: #64F811;
}
</style>
background-color css
<style>
a { background-color: #64F811; }
a { background-color: rgb(100,248,17); }
div.DivClassName
{
background-color: #64F811;
}
.BgClassName
{
background-color: #64F811;
}
</style>
border-color css
<style>
span { border-color: #64F811; }
span { border-color: rgb(100,248,17); }
td.TdClassName
{
border-color: #64F811;
}
.TagClassName
{
border-color: #64F811;
}
</style>