Shades of Screamin' Green #41FC64
Tints of Screamin' Green #41FC64
RGB
CMYK
RGB Variations
Color information
#41FC64 (or 0x41FC64) is known color: Screamin' Green. HEX triplet: 41, FC and 64. RGB value is (65,252,100). Sum of RGB (Red+Green+Blue) = 65+252+100=417 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.59% from 417); Green value is 252 (98.83% from 255 or 60.43% from 417); Blue value is 100 (39.45% from 255 or 23.98% from 417); Max value from RGB is 252 - color contains mainly: green. Hex color #41FC64 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #41FC64 is #BE039B. Grayscale: #B3B3B3. Windows color (decimal): -12452764 or 6618177. OLE color: 6618177.
HSL color Cylindrical-coordinate representation of color #41FC64: hue angle of 131.23º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41FC64 is Cyan = 0.74, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 252 | 100 | - |
| CMYK | 0.74 | 0 | 0.60 | 0.01 |
| HSL | 131.23º | 0.97% | 0.62% | - |
| HSV(B) | 131.23º | 0.74% | 0.99% | - |
| XYZ | 39.29 | 71.66 | 23.82 | - |
| YUV | 178.76 | 83.55 | 46.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 252 | 100 | 0.74 | 0 | 0.60 | 0.01 | 131.23 | 0.97 | 0.62 |
| Hex | 41 | FC | 64 | 4A | 0 | 3C | 1 | 83 | 61 | 3E |
| Octal | 101 | 374 | 144 | 112 | 0 | 74 | 1 | 203 | 141 | 76 |
| Binary | 1000001 | 11111100 | 1100100 | 1001010 | 0 | 111100 | 1 | 10000011 | 1100001 | 111110 |
Color Harmonies of #41FC64
Complementary color
Monochromatic Colors of #41FC64
Black with #41FC64
Text Example
Text Example
White with #41FC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FC64; }
p { color: rgb(65,252,100); }
H1.HeaderClassName
{
color: #41FC64;
}
.AnyTagClassName
{
color: #41FC64;
}
</style>
background-color css
<style>
a { background-color: #41FC64; }
a { background-color: rgb(65,252,100); }
div.DivClassName
{
background-color: #41FC64;
}
.BgClassName
{
background-color: #41FC64;
}
</style>
border-color css
<style>
span { border-color: #41FC64; }
span { border-color: rgb(65,252,100); }
td.TdClassName
{
border-color: #41FC64;
}
.TagClassName
{
border-color: #41FC64;
}
</style>