Shades of Bright Green #64EB27
Tints of Bright Green #64EB27
RGB
CMYK
RGB Variations
Color information
#64EB27 (or 0x64EB27) is known color: Bright Green. HEX triplet: 64, EB and 27. RGB value is (100,235,39). Sum of RGB (Red+Green+Blue) = 100+235+39=374 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.74% from 374); Green value is 235 (92.19% from 255 or 62.83% from 374); Blue value is 39 (15.62% from 255 or 10.43% from 374); Max value from RGB is 235 - color contains mainly: green. Hex color #64EB27 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #64EB27 is #9B14D8. Grayscale: #ACACAC. Windows color (decimal): -10163417 or 2616164. OLE color: 2616164.
HSL color Cylindrical-coordinate representation of color #64EB27: hue angle of 101.33º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #64EB27 is Cyan = 0.57, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 235 | 39 | - |
| CMYK | 0.57 | 0 | 0.83 | 0.08 |
| HSL | 101.33º | 0.83% | 0.54% | - |
| HSV(B) | 101.33º | 0.83% | 0.92% | - |
| XYZ | 35.33 | 62.27 | 12.08 | - |
| YUV | 172.29 | 52.77 | 76.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 235 | 39 | 0.57 | 0 | 0.83 | 0.08 | 101.33 | 0.83 | 0.54 |
| Hex | 64 | EB | 27 | 39 | 0 | 53 | 8 | 65 | 53 | 36 |
| Octal | 144 | 353 | 47 | 71 | 0 | 123 | 10 | 145 | 123 | 66 |
| Binary | 1100100 | 11101011 | 100111 | 111001 | 0 | 1010011 | 1000 | 1100101 | 1010011 | 110110 |
Color Harmonies of #64EB27
Complementary color
Monochromatic Colors of #64EB27
Black with #64EB27
Text Example
Text Example
White with #64EB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EB27; }
p { color: rgb(100,235,39); }
H1.HeaderClassName
{
color: #64EB27;
}
.AnyTagClassName
{
color: #64EB27;
}
</style>
background-color css
<style>
a { background-color: #64EB27; }
a { background-color: rgb(100,235,39); }
div.DivClassName
{
background-color: #64EB27;
}
.BgClassName
{
background-color: #64EB27;
}
</style>
border-color css
<style>
span { border-color: #64EB27; }
span { border-color: rgb(100,235,39); }
td.TdClassName
{
border-color: #64EB27;
}
.TagClassName
{
border-color: #64EB27;
}
</style>