Shades of Bright Green #64F81B
Tints of Bright Green #64F81B
RGB
CMYK
RGB Variations
Color information
#64F81B (or 0x64F81B) is known color: Bright Green. HEX triplet: 64, F8 and 1B. RGB value is (100,248,27). Sum of RGB (Red+Green+Blue) = 100+248+27=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 248 (97.27% from 255 or 66.13% from 375); Blue value is 27 (10.94% from 255 or 7.2% from 375); Max value from RGB is 248 - color contains mainly: green. Hex color #64F81B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #64F81B is #9B07E4. Grayscale: #B3B3B3. Windows color (decimal): -10160101 or 1833060. OLE color: 1833060.
HSL color Cylindrical-coordinate representation of color #64F81B: hue angle of 100.18º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #64F81B is Cyan = 0.60, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 100 | 248 | 27 | - |
| CMYK | 0.60 | 0 | 0.89 | 0.03 |
| HSL | 100.18º | 0.94% | 0.54% | - |
| HSV(B) | 100.18º | 0.89% | 0.97% | - |
| XYZ | 39.02 | 69.92 | 12.48 | - |
| YUV | 178.55 | 42.47 | 71.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 248 | 27 | 0.60 | 0 | 0.89 | 0.03 | 100.18 | 0.94 | 0.54 |
| Hex | 64 | F8 | 1B | 3C | 0 | 59 | 3 | 64 | 5E | 36 |
| Octal | 144 | 370 | 33 | 74 | 0 | 131 | 3 | 144 | 136 | 66 |
| Binary | 1100100 | 11111000 | 11011 | 111100 | 0 | 1011001 | 11 | 1100100 | 1011110 | 110110 |
Color Harmonies of #64F81B
Complementary color
Monochromatic Colors of #64F81B
Black with #64F81B
Text Example
Text Example
White with #64F81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F81B; }
p { color: rgb(100,248,27); }
H1.HeaderClassName
{
color: #64F81B;
}
.AnyTagClassName
{
color: #64F81B;
}
</style>
background-color css
<style>
a { background-color: #64F81B; }
a { background-color: rgb(100,248,27); }
div.DivClassName
{
background-color: #64F81B;
}
.BgClassName
{
background-color: #64F81B;
}
</style>
border-color css
<style>
span { border-color: #64F81B; }
span { border-color: rgb(100,248,27); }
td.TdClassName
{
border-color: #64F81B;
}
.TagClassName
{
border-color: #64F81B;
}
</style>