Shades of Screamin' Green #41FF68
Tints of Screamin' Green #41FF68
RGB
CMYK
RGB Variations
Color information
#41FF68 (or 0x41FF68) is known color: Screamin' Green. HEX triplet: 41, FF and 68. RGB value is (65,255,104). Sum of RGB (Red+Green+Blue) = 65+255+104=424 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.33% from 424); Green value is 255 (100% from 255 or 60.14% from 424); Blue value is 104 (41.02% from 255 or 24.53% from 424); Max value from RGB is 255 - color contains mainly: green. Hex color #41FF68 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #41FF68 is #BE0097. Grayscale: #B5B5B5. Windows color (decimal): -12451992 or 6881089. OLE color: 6881089.
HSL color Cylindrical-coordinate representation of color #41FF68: hue angle of 132.32º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #41FF68 is Cyan = 0.75, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 255 | 104 | - |
| CMYK | 0.75 | 0 | 0.59 | 0 |
| HSL | 132.32º | 1% | 0.63% | - |
| HSV(B) | 132.32º | 0.75% | 1% | - |
| XYZ | 40.44 | 73.64 | 25.18 | - |
| YUV | 180.98 | 84.55 | 45.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 255 | 104 | 0.75 | 0 | 0.59 | 0 | 132.32 | 1 | 0.63 |
| Hex | 41 | FF | 68 | 4B | 0 | 3B | 0 | 84 | 64 | 3F |
| Octal | 101 | 377 | 150 | 113 | 0 | 73 | 0 | 204 | 144 | 77 |
| Binary | 1000001 | 11111111 | 1101000 | 1001011 | 0 | 111011 | 0 | 10000100 | 1100100 | 111111 |
Color Harmonies of #41FF68
Complementary color
Monochromatic Colors of #41FF68
Black with #41FF68
Text Example
Text Example
White with #41FF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FF68; }
p { color: rgb(65,255,104); }
H1.HeaderClassName
{
color: #41FF68;
}
.AnyTagClassName
{
color: #41FF68;
}
</style>
background-color css
<style>
a { background-color: #41FF68; }
a { background-color: rgb(65,255,104); }
div.DivClassName
{
background-color: #41FF68;
}
.BgClassName
{
background-color: #41FF68;
}
</style>
border-color css
<style>
span { border-color: #41FF68; }
span { border-color: rgb(65,255,104); }
td.TdClassName
{
border-color: #41FF68;
}
.TagClassName
{
border-color: #41FF68;
}
</style>