Shades of Screamin' Green #64FC7B
Tints of Screamin' Green #64FC7B
RGB
CMYK
RGB Variations
Color information
#64FC7B (or 0x64FC7B) is known color: Screamin' Green. HEX triplet: 64, FC and 7B. RGB value is (100,252,123). Sum of RGB (Red+Green+Blue) = 100+252+123=475 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.05% from 475); Green value is 252 (98.83% from 255 or 53.05% from 475); Blue value is 123 (48.44% from 255 or 25.89% from 475); Max value from RGB is 252 - color contains mainly: green. Hex color #64FC7B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #64FC7B is #9B0384. Grayscale: #C0C0C0. Windows color (decimal): -10158981 or 8125540. OLE color: 8125540.
HSL color Cylindrical-coordinate representation of color #64FC7B: hue angle of 129.08º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64FC7B is Cyan = 0.60, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 252 | 123 | - |
| CMYK | 0.60 | 0 | 0.51 | 0.01 |
| HSL | 129.08º | 0.96% | 0.69% | - |
| HSV(B) | 129.08º | 0.6% | 0.99% | - |
| XYZ | 43.64 | 73.76 | 30.68 | - |
| YUV | 191.85 | 89.14 | 62.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 252 | 123 | 0.60 | 0 | 0.51 | 0.01 | 129.08 | 0.96 | 0.69 |
| Hex | 64 | FC | 7B | 3C | 0 | 33 | 1 | 81 | 60 | 45 |
| Octal | 144 | 374 | 173 | 74 | 0 | 63 | 1 | 201 | 140 | 105 |
| Binary | 1100100 | 11111100 | 1111011 | 111100 | 0 | 110011 | 1 | 10000001 | 1100000 | 1000101 |
Color Harmonies of #64FC7B
Complementary color
Monochromatic Colors of #64FC7B
Black with #64FC7B
Text Example
Text Example
White with #64FC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FC7B; }
p { color: rgb(100,252,123); }
H1.HeaderClassName
{
color: #64FC7B;
}
.AnyTagClassName
{
color: #64FC7B;
}
</style>
background-color css
<style>
a { background-color: #64FC7B; }
a { background-color: rgb(100,252,123); }
div.DivClassName
{
background-color: #64FC7B;
}
.BgClassName
{
background-color: #64FC7B;
}
</style>
border-color css
<style>
span { border-color: #64FC7B; }
span { border-color: rgb(100,252,123); }
td.TdClassName
{
border-color: #64FC7B;
}
.TagClassName
{
border-color: #64FC7B;
}
</style>