Shades of Bright Green #64FC1B
Tints of Bright Green #64FC1B
RGB
CMYK
RGB Variations
Color information
#64FC1B (or 0x64FC1B) is known color: Bright Green. HEX triplet: 64, FC and 1B. RGB value is (100,252,27). Sum of RGB (Red+Green+Blue) = 100+252+27=379 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.39% from 379); Green value is 252 (98.83% from 255 or 66.49% from 379); Blue value is 27 (10.94% from 255 or 7.12% from 379); Max value from RGB is 252 - color contains mainly: green. Hex color #64FC1B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #64FC1B is #9B03E4. Grayscale: #B5B5B5. Windows color (decimal): -10159077 or 1834084. OLE color: 1834084.
HSL color Cylindrical-coordinate representation of color #64FC1B: hue angle of 100.53º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #64FC1B is Cyan = 0.60, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 252 | 27 | - |
| CMYK | 0.60 | 0 | 0.89 | 0.01 |
| HSL | 100.53º | 0.97% | 0.55% | - |
| HSV(B) | 100.53º | 0.89% | 0.99% | - |
| XYZ | 40.26 | 72.41 | 12.89 | - |
| YUV | 180.9 | 41.14 | 70.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 252 | 27 | 0.60 | 0 | 0.89 | 0.01 | 100.53 | 0.97 | 0.55 |
| Hex | 64 | FC | 1B | 3C | 0 | 59 | 1 | 65 | 61 | 37 |
| Octal | 144 | 374 | 33 | 74 | 0 | 131 | 1 | 145 | 141 | 67 |
| Binary | 1100100 | 11111100 | 11011 | 111100 | 0 | 1011001 | 1 | 1100101 | 1100001 | 110111 |
Color Harmonies of #64FC1B
Complementary color
Monochromatic Colors of #64FC1B
Black with #64FC1B
Text Example
Text Example
White with #64FC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FC1B; }
p { color: rgb(100,252,27); }
H1.HeaderClassName
{
color: #64FC1B;
}
.AnyTagClassName
{
color: #64FC1B;
}
</style>
background-color css
<style>
a { background-color: #64FC1B; }
a { background-color: rgb(100,252,27); }
div.DivClassName
{
background-color: #64FC1B;
}
.BgClassName
{
background-color: #64FC1B;
}
</style>
border-color css
<style>
span { border-color: #64FC1B; }
span { border-color: rgb(100,252,27); }
td.TdClassName
{
border-color: #64FC1B;
}
.TagClassName
{
border-color: #64FC1B;
}
</style>