Shades of Bright Green #64FE09
Tints of Bright Green #64FE09
RGB
CMYK
RGB Variations
Color information
#64FE09 (or 0x64FE09) is known color: Bright Green. HEX triplet: 64, FE and 09. RGB value is (100,254,9). Sum of RGB (Red+Green+Blue) = 100+254+9=363 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.55% from 363); Green value is 254 (99.61% from 255 or 69.97% from 363); Blue value is 9 (3.91% from 255 or 2.48% from 363); Max value from RGB is 254 - color contains mainly: green. Hex color #64FE09 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #64FE09 is #9B01F6. Grayscale: #B4B4B4. Windows color (decimal): -10158583 or 654948. OLE color: 654948.
HSL color Cylindrical-coordinate representation of color #64FE09: hue angle of 97.71º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #64FE09 is Cyan = 0.61, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 254 | 9 | - |
| CMYK | 0.61 | 0 | 0.96 | 0.00 |
| HSL | 97.71º | 0.99% | 0.52% | - |
| HSV(B) | 97.71º | 0.96% | 1% | - |
| XYZ | 40.75 | 73.61 | 12.32 | - |
| YUV | 180.02 | 31.48 | 70.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 254 | 9 | 0.61 | 0 | 0.96 | 0.00 | 97.71 | 0.99 | 0.52 |
| Hex | 64 | FE | 9 | 3D | 0 | 60 | 0 | 62 | 63 | 34 |
| Octal | 144 | 376 | 11 | 75 | 0 | 140 | 0 | 142 | 143 | 64 |
| Binary | 1100100 | 11111110 | 1001 | 111101 | 0 | 1100000 | 0 | 1100010 | 1100011 | 110100 |
Color Harmonies of #64FE09
Complementary color
Monochromatic Colors of #64FE09
Black with #64FE09
Text Example
Text Example
White with #64FE09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FE09; }
p { color: rgb(100,254,9); }
H1.HeaderClassName
{
color: #64FE09;
}
.AnyTagClassName
{
color: #64FE09;
}
</style>
background-color css
<style>
a { background-color: #64FE09; }
a { background-color: rgb(100,254,9); }
div.DivClassName
{
background-color: #64FE09;
}
.BgClassName
{
background-color: #64FE09;
}
</style>
border-color css
<style>
span { border-color: #64FE09; }
span { border-color: rgb(100,254,9); }
td.TdClassName
{
border-color: #64FE09;
}
.TagClassName
{
border-color: #64FE09;
}
</style>