Shades of Bright Green #64F330
Tints of Bright Green #64F330
RGB
CMYK
RGB Variations
Color information
#64F330 (or 0x64F330) is known color: Bright Green. HEX triplet: 64, F3 and 30. RGB value is (100,243,48). Sum of RGB (Red+Green+Blue) = 100+243+48=391 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.58% from 391); Green value is 243 (95.31% from 255 or 62.15% from 391); Blue value is 48 (19.14% from 255 or 12.28% from 391); Max value from RGB is 243 - color contains mainly: green. Hex color #64F330 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #64F330 is #9B0CCF. Grayscale: #B2B2B2. Windows color (decimal): -10161360 or 3208036. OLE color: 3208036.
HSL color Cylindrical-coordinate representation of color #64F330: hue angle of 104º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #64F330 is Cyan = 0.59, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 243 | 48 | - |
| CMYK | 0.59 | 0 | 0.80 | 0.05 |
| HSL | 104º | 0.89% | 0.57% | - |
| HSV(B) | 104º | 0.8% | 0.95% | - |
| XYZ | 37.84 | 67.02 | 13.74 | - |
| YUV | 178.01 | 54.62 | 72.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 243 | 48 | 0.59 | 0 | 0.80 | 0.05 | 104 | 0.89 | 0.57 |
| Hex | 64 | F3 | 30 | 3B | 0 | 50 | 5 | 68 | 59 | 39 |
| Octal | 144 | 363 | 60 | 73 | 0 | 120 | 5 | 150 | 131 | 71 |
| Binary | 1100100 | 11110011 | 110000 | 111011 | 0 | 1010000 | 101 | 1101000 | 1011001 | 111001 |
Color Harmonies of #64F330
Complementary color
Monochromatic Colors of #64F330
Black with #64F330
Text Example
Text Example
White with #64F330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F330; }
p { color: rgb(100,243,48); }
H1.HeaderClassName
{
color: #64F330;
}
.AnyTagClassName
{
color: #64F330;
}
</style>
background-color css
<style>
a { background-color: #64F330; }
a { background-color: rgb(100,243,48); }
div.DivClassName
{
background-color: #64F330;
}
.BgClassName
{
background-color: #64F330;
}
</style>
border-color css
<style>
span { border-color: #64F330; }
span { border-color: rgb(100,243,48); }
td.TdClassName
{
border-color: #64F330;
}
.TagClassName
{
border-color: #64F330;
}
</style>