Shades of Screamin' Green #64FB3C
Tints of Screamin' Green #64FB3C
RGB
CMYK
RGB Variations
Color information
#64FB3C (or 0x64FB3C) is known color: Screamin' Green. HEX triplet: 64, FB and 3C. RGB value is (100,251,60). Sum of RGB (Red+Green+Blue) = 100+251+60=411 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.33% from 411); Green value is 251 (98.44% from 255 or 61.07% from 411); Blue value is 60 (23.83% from 255 or 14.60% from 411); Max value from RGB is 251 - color contains mainly: green. Hex color #64FB3C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #64FB3C is #9B04C3. Grayscale: #B8B8B8. Windows color (decimal): -10159300 or 3996516. OLE color: 3996516.
HSL color Cylindrical-coordinate representation of color #64FB3C: hue angle of 107.43º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #64FB3C is Cyan = 0.60, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 251 | 60 | - |
| CMYK | 0.60 | 0 | 0.76 | 0.02 |
| HSL | 107.43º | 0.96% | 0.61% | - |
| HSV(B) | 107.43º | 0.76% | 0.98% | - |
| XYZ | 40.57 | 72.03 | 16.04 | - |
| YUV | 184.08 | 57.97 | 68.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 251 | 60 | 0.60 | 0 | 0.76 | 0.02 | 107.43 | 0.96 | 0.61 |
| Hex | 64 | FB | 3C | 3C | 0 | 4C | 2 | 6B | 60 | 3D |
| Octal | 144 | 373 | 74 | 74 | 0 | 114 | 2 | 153 | 140 | 75 |
| Binary | 1100100 | 11111011 | 111100 | 111100 | 0 | 1001100 | 10 | 1101011 | 1100000 | 111101 |
Color Harmonies of #64FB3C
Complementary color
Monochromatic Colors of #64FB3C
Black with #64FB3C
Text Example
Text Example
White with #64FB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FB3C; }
p { color: rgb(100,251,60); }
H1.HeaderClassName
{
color: #64FB3C;
}
.AnyTagClassName
{
color: #64FB3C;
}
</style>
background-color css
<style>
a { background-color: #64FB3C; }
a { background-color: rgb(100,251,60); }
div.DivClassName
{
background-color: #64FB3C;
}
.BgClassName
{
background-color: #64FB3C;
}
</style>
border-color css
<style>
span { border-color: #64FB3C; }
span { border-color: rgb(100,251,60); }
td.TdClassName
{
border-color: #64FB3C;
}
.TagClassName
{
border-color: #64FB3C;
}
</style>