Shades of Bright Green #64F910
Tints of Bright Green #64F910
RGB
CMYK
RGB Variations
Color information
#64F910 (or 0x64F910) is known color: Bright Green. HEX triplet: 64, F9 and 10. RGB value is (100,249,16). Sum of RGB (Red+Green+Blue) = 100+249+16=365 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.40% from 365); Green value is 249 (97.66% from 255 or 68.22% from 365); Blue value is 16 (6.64% from 255 or 4.38% from 365); Max value from RGB is 249 - color contains mainly: green. Hex color #64F910 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #64F910 is #9B06EF. Grayscale: #B2B2B2. Windows color (decimal): -10159856 or 1112420. OLE color: 1112420.
HSL color Cylindrical-coordinate representation of color #64F910: hue angle of 98.37º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #64F910 is Cyan = 0.60, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 249 | 16 | - |
| CMYK | 0.60 | 0 | 0.94 | 0.02 |
| HSL | 98.37º | 0.95% | 0.52% | - |
| HSV(B) | 98.37º | 0.94% | 0.98% | - |
| XYZ | 39.22 | 70.5 | 12.03 | - |
| YUV | 177.89 | 36.64 | 72.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 249 | 16 | 0.60 | 0 | 0.94 | 0.02 | 98.37 | 0.95 | 0.52 |
| Hex | 64 | F9 | 10 | 3C | 0 | 5E | 2 | 62 | 5F | 34 |
| Octal | 144 | 371 | 20 | 74 | 0 | 136 | 2 | 142 | 137 | 64 |
| Binary | 1100100 | 11111001 | 10000 | 111100 | 0 | 1011110 | 10 | 1100010 | 1011111 | 110100 |
Color Harmonies of #64F910
Complementary color
Monochromatic Colors of #64F910
Black with #64F910
Text Example
Text Example
White with #64F910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F910; }
p { color: rgb(100,249,16); }
H1.HeaderClassName
{
color: #64F910;
}
.AnyTagClassName
{
color: #64F910;
}
</style>
background-color css
<style>
a { background-color: #64F910; }
a { background-color: rgb(100,249,16); }
div.DivClassName
{
background-color: #64F910;
}
.BgClassName
{
background-color: #64F910;
}
</style>
border-color css
<style>
span { border-color: #64F910; }
span { border-color: rgb(100,249,16); }
td.TdClassName
{
border-color: #64F910;
}
.TagClassName
{
border-color: #64F910;
}
</style>