Shades of Screamin' Green #64FF3D
Tints of Screamin' Green #64FF3D
RGB
CMYK
RGB Variations
Color information
#64FF3D (or 0x64FF3D) is known color: Screamin' Green. HEX triplet: 64, FF and 3D. RGB value is (100,255,61). Sum of RGB (Red+Green+Blue) = 100+255+61=416 (55% of max value = 765). Red value is 100 (39.45% from 255 or 24.04% from 416); Green value is 255 (100% from 255 or 61.30% from 416); Blue value is 61 (24.22% from 255 or 14.66% from 416); Max value from RGB is 255 - color contains mainly: green. Hex color #64FF3D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #64FF3D is #9B00C2. Grayscale: #BBBBBB. Windows color (decimal): -10158275 or 4063076. OLE color: 4063076.
HSL color Cylindrical-coordinate representation of color #64FF3D: hue angle of 107.94º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #64FF3D is Cyan = 0.61, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 255 | 61 | - |
| CMYK | 0.61 | 0 | 0.76 | 0 |
| HSL | 107.94º | 1% | 0.62% | - |
| HSV(B) | 107.94º | 0.76% | 1% | - |
| XYZ | 41.86 | 74.57 | 16.6 | - |
| YUV | 186.54 | 57.15 | 66.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 255 | 61 | 0.61 | 0 | 0.76 | 0 | 107.94 | 1 | 0.62 |
| Hex | 64 | FF | 3D | 3D | 0 | 4C | 0 | 6C | 64 | 3E |
| Octal | 144 | 377 | 75 | 75 | 0 | 114 | 0 | 154 | 144 | 76 |
| Binary | 1100100 | 11111111 | 111101 | 111101 | 0 | 1001100 | 0 | 1101100 | 1100100 | 111110 |
Color Harmonies of #64FF3D
Complementary color
Monochromatic Colors of #64FF3D
Black with #64FF3D
Text Example
Text Example
White with #64FF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FF3D; }
p { color: rgb(100,255,61); }
H1.HeaderClassName
{
color: #64FF3D;
}
.AnyTagClassName
{
color: #64FF3D;
}
</style>
background-color css
<style>
a { background-color: #64FF3D; }
a { background-color: rgb(100,255,61); }
div.DivClassName
{
background-color: #64FF3D;
}
.BgClassName
{
background-color: #64FF3D;
}
</style>
border-color css
<style>
span { border-color: #64FF3D; }
span { border-color: rgb(100,255,61); }
td.TdClassName
{
border-color: #64FF3D;
}
.TagClassName
{
border-color: #64FF3D;
}
</style>