Shades of Screamin' Green #64F98A
Tints of Screamin' Green #64F98A
RGB
CMYK
RGB Variations
Color information
#64F98A (or 0x64F98A) is known color: Screamin' Green. HEX triplet: 64, F9 and 8A. RGB value is (100,249,138). Sum of RGB (Red+Green+Blue) = 100+249+138=487 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.53% from 487); Green value is 249 (97.66% from 255 or 51.13% from 487); Blue value is 138 (54.30% from 255 or 28.34% from 487); Max value from RGB is 249 - color contains mainly: green. Hex color #64F98A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F98A is #9B0675. Grayscale: #C0C0C0. Windows color (decimal): -10159734 or 9107812. OLE color: 9107812.
HSL color Cylindrical-coordinate representation of color #64F98A: hue angle of 135.3º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64F98A is Cyan = 0.60, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 249 | 138 | - |
| CMYK | 0.60 | 0 | 0.45 | 0.02 |
| HSL | 135.3º | 0.93% | 0.68% | - |
| HSV(B) | 135.3º | 0.6% | 0.98% | - |
| XYZ | 43.72 | 72.3 | 35.7 | - |
| YUV | 191.8 | 97.64 | 62.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 249 | 138 | 0.60 | 0 | 0.45 | 0.02 | 135.3 | 0.93 | 0.68 |
| Hex | 64 | F9 | 8A | 3C | 0 | 2D | 2 | 87 | 5D | 44 |
| Octal | 144 | 371 | 212 | 74 | 0 | 55 | 2 | 207 | 135 | 104 |
| Binary | 1100100 | 11111001 | 10001010 | 111100 | 0 | 101101 | 10 | 10000111 | 1011101 | 1000100 |
Color Harmonies of #64F98A
Complementary color
Monochromatic Colors of #64F98A
Black with #64F98A
Text Example
Text Example
White with #64F98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F98A; }
p { color: rgb(100,249,138); }
H1.HeaderClassName
{
color: #64F98A;
}
.AnyTagClassName
{
color: #64F98A;
}
</style>
background-color css
<style>
a { background-color: #64F98A; }
a { background-color: rgb(100,249,138); }
div.DivClassName
{
background-color: #64F98A;
}
.BgClassName
{
background-color: #64F98A;
}
</style>
border-color css
<style>
span { border-color: #64F98A; }
span { border-color: rgb(100,249,138); }
td.TdClassName
{
border-color: #64F98A;
}
.TagClassName
{
border-color: #64F98A;
}
</style>