Shades of Bright Green #64F915
Tints of Bright Green #64F915
RGB
CMYK
RGB Variations
Color information
#64F915 (or 0x64F915) is known color: Bright Green. HEX triplet: 64, F9 and 15. RGB value is (100,249,21). Sum of RGB (Red+Green+Blue) = 100+249+21=370 (49% of max value = 765). Red value is 100 (39.45% from 255 or 27.03% from 370); Green value is 249 (97.66% from 255 or 67.30% from 370); Blue value is 21 (8.59% from 255 or 5.68% from 370); Max value from RGB is 249 - color contains mainly: green. Hex color #64F915 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #64F915 is #9B06EA. Grayscale: #B3B3B3. Windows color (decimal): -10159851 or 1440100. OLE color: 1440100.
HSL color Cylindrical-coordinate representation of color #64F915: hue angle of 99.21º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #64F915 is Cyan = 0.60, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 249 | 21 | - |
| CMYK | 0.60 | 0 | 0.92 | 0.02 |
| HSL | 99.21º | 0.95% | 0.53% | - |
| HSV(B) | 99.21º | 0.92% | 0.98% | - |
| XYZ | 39.27 | 70.51 | 12.25 | - |
| YUV | 178.46 | 39.14 | 72.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 249 | 21 | 0.60 | 0 | 0.92 | 0.02 | 99.21 | 0.95 | 0.53 |
| Hex | 64 | F9 | 15 | 3C | 0 | 5C | 2 | 63 | 5F | 35 |
| Octal | 144 | 371 | 25 | 74 | 0 | 134 | 2 | 143 | 137 | 65 |
| Binary | 1100100 | 11111001 | 10101 | 111100 | 0 | 1011100 | 10 | 1100011 | 1011111 | 110101 |
Color Harmonies of #64F915
Complementary color
Monochromatic Colors of #64F915
Black with #64F915
Text Example
Text Example
White with #64F915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F915; }
p { color: rgb(100,249,21); }
H1.HeaderClassName
{
color: #64F915;
}
.AnyTagClassName
{
color: #64F915;
}
</style>
background-color css
<style>
a { background-color: #64F915; }
a { background-color: rgb(100,249,21); }
div.DivClassName
{
background-color: #64F915;
}
.BgClassName
{
background-color: #64F915;
}
</style>
border-color css
<style>
span { border-color: #64F915; }
span { border-color: rgb(100,249,21); }
td.TdClassName
{
border-color: #64F915;
}
.TagClassName
{
border-color: #64F915;
}
</style>