Shades of Bright Green #64FB31
Tints of Bright Green #64FB31
RGB
CMYK
RGB Variations
Color information
#64FB31 (or 0x64FB31) is known color: Bright Green. HEX triplet: 64, FB and 31. RGB value is (100,251,49). Sum of RGB (Red+Green+Blue) = 100+251+49=400 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25% from 400); Green value is 251 (98.44% from 255 or 62.75% from 400); Blue value is 49 (19.53% from 255 or 12.25% from 400); Max value from RGB is 251 - color contains mainly: green. Hex color #64FB31 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #64FB31 is #9B04CE. Grayscale: #B7B7B7. Windows color (decimal): -10159311 or 3275620. OLE color: 3275620.
HSL color Cylindrical-coordinate representation of color #64FB31: hue angle of 104.85º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #64FB31 is Cyan = 0.60, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 251 | 49 | - |
| CMYK | 0.60 | 0 | 0.80 | 0.02 |
| HSL | 104.85º | 0.96% | 0.59% | - |
| HSV(B) | 104.85º | 0.8% | 0.98% | - |
| XYZ | 40.31 | 71.93 | 14.66 | - |
| YUV | 182.82 | 52.47 | 68.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 251 | 49 | 0.60 | 0 | 0.80 | 0.02 | 104.85 | 0.96 | 0.59 |
| Hex | 64 | FB | 31 | 3C | 0 | 50 | 2 | 69 | 60 | 3B |
| Octal | 144 | 373 | 61 | 74 | 0 | 120 | 2 | 151 | 140 | 73 |
| Binary | 1100100 | 11111011 | 110001 | 111100 | 0 | 1010000 | 10 | 1101001 | 1100000 | 111011 |
Color Harmonies of #64FB31
Complementary color
Monochromatic Colors of #64FB31
Black with #64FB31
Text Example
Text Example
White with #64FB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FB31; }
p { color: rgb(100,251,49); }
H1.HeaderClassName
{
color: #64FB31;
}
.AnyTagClassName
{
color: #64FB31;
}
</style>
background-color css
<style>
a { background-color: #64FB31; }
a { background-color: rgb(100,251,49); }
div.DivClassName
{
background-color: #64FB31;
}
.BgClassName
{
background-color: #64FB31;
}
</style>
border-color css
<style>
span { border-color: #64FB31; }
span { border-color: rgb(100,251,49); }
td.TdClassName
{
border-color: #64FB31;
}
.TagClassName
{
border-color: #64FB31;
}
</style>