Shades of Bright Green #64FB1E
Tints of Bright Green #64FB1E
RGB
CMYK
RGB Variations
Color information
#64FB1E (or 0x64FB1E) is known color: Bright Green. HEX triplet: 64, FB and 1E. RGB value is (100,251,30). Sum of RGB (Red+Green+Blue) = 100+251+30=381 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.25% from 381); Green value is 251 (98.44% from 255 or 65.88% from 381); Blue value is 30 (12.11% from 255 or 7.87% from 381); Max value from RGB is 251 - color contains mainly: green. Hex color #64FB1E is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #64FB1E is #9B04E1. Grayscale: #B5B5B5. Windows color (decimal): -10159330 or 2030436. OLE color: 2030436.
HSL color Cylindrical-coordinate representation of color #64FB1E: hue angle of 101º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #64FB1E is Cyan = 0.60, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 251 | 30 | - |
| CMYK | 0.60 | 0 | 0.88 | 0.02 |
| HSL | 101º | 0.97% | 0.55% | - |
| HSV(B) | 101º | 0.88% | 0.98% | - |
| XYZ | 39.99 | 71.8 | 12.98 | - |
| YUV | 180.66 | 42.97 | 70.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 251 | 30 | 0.60 | 0 | 0.88 | 0.02 | 101 | 0.97 | 0.55 |
| Hex | 64 | FB | 1E | 3C | 0 | 58 | 2 | 65 | 61 | 37 |
| Octal | 144 | 373 | 36 | 74 | 0 | 130 | 2 | 145 | 141 | 67 |
| Binary | 1100100 | 11111011 | 11110 | 111100 | 0 | 1011000 | 10 | 1100101 | 1100001 | 110111 |
Color Harmonies of #64FB1E
Complementary color
Monochromatic Colors of #64FB1E
Black with #64FB1E
Text Example
Text Example
White with #64FB1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FB1E; }
p { color: rgb(100,251,30); }
H1.HeaderClassName
{
color: #64FB1E;
}
.AnyTagClassName
{
color: #64FB1E;
}
</style>
background-color css
<style>
a { background-color: #64FB1E; }
a { background-color: rgb(100,251,30); }
div.DivClassName
{
background-color: #64FB1E;
}
.BgClassName
{
background-color: #64FB1E;
}
</style>
border-color css
<style>
span { border-color: #64FB1E; }
span { border-color: rgb(100,251,30); }
td.TdClassName
{
border-color: #64FB1E;
}
.TagClassName
{
border-color: #64FB1E;
}
</style>