Shades of Bright Green #64FB18
Tints of Bright Green #64FB18
RGB
CMYK
RGB Variations
Color information
#64FB18 (or 0x64FB18) is known color: Bright Green. HEX triplet: 64, FB and 18. RGB value is (100,251,24). Sum of RGB (Red+Green+Blue) = 100+251+24=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 251 (98.44% from 255 or 66.93% from 375); Blue value is 24 (9.77% from 255 or 6.4% from 375); Max value from RGB is 251 - color contains mainly: green. Hex color #64FB18 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #64FB18 is #9B04E7. Grayscale: #B4B4B4. Windows color (decimal): -10159336 or 1637220. OLE color: 1637220.
HSL color Cylindrical-coordinate representation of color #64FB18: hue angle of 99.91º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #64FB18 is Cyan = 0.60, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 251 | 24 | - |
| CMYK | 0.60 | 0 | 0.90 | 0.02 |
| HSL | 99.91º | 0.97% | 0.54% | - |
| HSV(B) | 99.91º | 0.9% | 0.98% | - |
| XYZ | 39.92 | 71.77 | 12.61 | - |
| YUV | 179.97 | 39.97 | 70.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 251 | 24 | 0.60 | 0 | 0.90 | 0.02 | 99.91 | 0.97 | 0.54 |
| Hex | 64 | FB | 18 | 3C | 0 | 5A | 2 | 64 | 61 | 36 |
| Octal | 144 | 373 | 30 | 74 | 0 | 132 | 2 | 144 | 141 | 66 |
| Binary | 1100100 | 11111011 | 11000 | 111100 | 0 | 1011010 | 10 | 1100100 | 1100001 | 110110 |
Color Harmonies of #64FB18
Complementary color
Monochromatic Colors of #64FB18
Black with #64FB18
Text Example
Text Example
White with #64FB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FB18; }
p { color: rgb(100,251,24); }
H1.HeaderClassName
{
color: #64FB18;
}
.AnyTagClassName
{
color: #64FB18;
}
</style>
background-color css
<style>
a { background-color: #64FB18; }
a { background-color: rgb(100,251,24); }
div.DivClassName
{
background-color: #64FB18;
}
.BgClassName
{
background-color: #64FB18;
}
</style>
border-color css
<style>
span { border-color: #64FB18; }
span { border-color: rgb(100,251,24); }
td.TdClassName
{
border-color: #64FB18;
}
.TagClassName
{
border-color: #64FB18;
}
</style>