Shades of Bright Green #64F306
Tints of Bright Green #64F306
RGB
CMYK
RGB Variations
Color information
#64F306 (or 0x64F306) is known color: Bright Green. HEX triplet: 64, F3 and 06. RGB value is (100,243,6). Sum of RGB (Red+Green+Blue) = 100+243+6=349 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.65% from 349); Green value is 243 (95.31% from 255 or 69.63% from 349); Blue value is 6 (2.73% from 255 or 1.72% from 349); Max value from RGB is 243 - color contains mainly: green. Hex color #64F306 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #64F306 is #9B0CF9. Grayscale: #AEAEAE. Windows color (decimal): -10161402 or 455524. OLE color: 455524.
HSL color Cylindrical-coordinate representation of color #64F306: hue angle of 96.2º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #64F306 is Cyan = 0.59, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 243 | 6 | - |
| CMYK | 0.59 | 0 | 0.98 | 0.05 |
| HSL | 96.2º | 0.95% | 0.49% | - |
| HSV(B) | 96.2º | 0.98% | 0.95% | - |
| XYZ | 37.34 | 66.82 | 11.1 | - |
| YUV | 173.23 | 33.62 | 75.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 243 | 6 | 0.59 | 0 | 0.98 | 0.05 | 96.2 | 0.95 | 0.49 |
| Hex | 64 | F3 | 6 | 3B | 0 | 62 | 5 | 60 | 5F | 31 |
| Octal | 144 | 363 | 6 | 73 | 0 | 142 | 5 | 140 | 137 | 61 |
| Binary | 1100100 | 11110011 | 110 | 111011 | 0 | 1100010 | 101 | 1100000 | 1011111 | 110001 |
Color Harmonies of #64F306
Complementary color
Monochromatic Colors of #64F306
Black with #64F306
Text Example
Text Example
White with #64F306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F306; }
p { color: rgb(100,243,6); }
H1.HeaderClassName
{
color: #64F306;
}
.AnyTagClassName
{
color: #64F306;
}
</style>
background-color css
<style>
a { background-color: #64F306; }
a { background-color: rgb(100,243,6); }
div.DivClassName
{
background-color: #64F306;
}
.BgClassName
{
background-color: #64F306;
}
</style>
border-color css
<style>
span { border-color: #64F306; }
span { border-color: rgb(100,243,6); }
td.TdClassName
{
border-color: #64F306;
}
.TagClassName
{
border-color: #64F306;
}
</style>