Shades of Bright Green #64F125
Tints of Bright Green #64F125
RGB
CMYK
RGB Variations
Color information
#64F125 (or 0x64F125) is known color: Bright Green. HEX triplet: 64, F1 and 25. RGB value is (100,241,37). Sum of RGB (Red+Green+Blue) = 100+241+37=378 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.46% from 378); Green value is 241 (94.53% from 255 or 63.76% from 378); Blue value is 37 (14.84% from 255 or 9.79% from 378); Max value from RGB is 241 - color contains mainly: green. Hex color #64F125 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #64F125 is #9B0EDA. Grayscale: #B0B0B0. Windows color (decimal): -10161883 or 2486628. OLE color: 2486628.
HSL color Cylindrical-coordinate representation of color #64F125: hue angle of 101.47º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #64F125 is Cyan = 0.59, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 241 | 37 | - |
| CMYK | 0.59 | 0 | 0.85 | 0.05 |
| HSL | 101.47º | 0.88% | 0.55% | - |
| HSV(B) | 101.47º | 0.85% | 0.95% | - |
| XYZ | 37.04 | 65.75 | 12.49 | - |
| YUV | 175.59 | 49.79 | 74.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 241 | 37 | 0.59 | 0 | 0.85 | 0.05 | 101.47 | 0.88 | 0.55 |
| Hex | 64 | F1 | 25 | 3B | 0 | 55 | 5 | 65 | 58 | 37 |
| Octal | 144 | 361 | 45 | 73 | 0 | 125 | 5 | 145 | 130 | 67 |
| Binary | 1100100 | 11110001 | 100101 | 111011 | 0 | 1010101 | 101 | 1100101 | 1011000 | 110111 |
Color Harmonies of #64F125
Complementary color
Monochromatic Colors of #64F125
Black with #64F125
Text Example
Text Example
White with #64F125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F125; }
p { color: rgb(100,241,37); }
H1.HeaderClassName
{
color: #64F125;
}
.AnyTagClassName
{
color: #64F125;
}
</style>
background-color css
<style>
a { background-color: #64F125; }
a { background-color: rgb(100,241,37); }
div.DivClassName
{
background-color: #64F125;
}
.BgClassName
{
background-color: #64F125;
}
</style>
border-color css
<style>
span { border-color: #64F125; }
span { border-color: rgb(100,241,37); }
td.TdClassName
{
border-color: #64F125;
}
.TagClassName
{
border-color: #64F125;
}
</style>