Shades of Screamin' Green #41FB73
Tints of Screamin' Green #41FB73
RGB
CMYK
RGB Variations
Color information
#41FB73 (or 0x41FB73) is known color: Screamin' Green. HEX triplet: 41, FB and 73. RGB value is (65,251,115). Sum of RGB (Red+Green+Blue) = 65+251+115=431 (57% of max value = 765). Red value is 65 (25.78% from 255 or 15.08% from 431); Green value is 251 (98.44% from 255 or 58.24% from 431); Blue value is 115 (45.31% from 255 or 26.68% from 431); Max value from RGB is 251 - color contains mainly: green. Hex color #41FB73 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #41FB73 is #BE048C. Grayscale: #B4B4B4. Windows color (decimal): -12453005 or 7600961. OLE color: 7600961.
HSL color Cylindrical-coordinate representation of color #41FB73: hue angle of 136.13º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41FB73 is Cyan = 0.74, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 251 | 115 | - |
| CMYK | 0.74 | 0 | 0.54 | 0.02 |
| HSL | 136.13º | 0.96% | 0.62% | - |
| HSV(B) | 136.13º | 0.74% | 0.98% | - |
| XYZ | 39.77 | 71.36 | 27.9 | - |
| YUV | 179.88 | 91.38 | 46.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 251 | 115 | 0.74 | 0 | 0.54 | 0.02 | 136.13 | 0.96 | 0.62 |
| Hex | 41 | FB | 73 | 4A | 0 | 36 | 2 | 88 | 60 | 3E |
| Octal | 101 | 373 | 163 | 112 | 0 | 66 | 2 | 210 | 140 | 76 |
| Binary | 1000001 | 11111011 | 1110011 | 1001010 | 0 | 110110 | 10 | 10001000 | 1100000 | 111110 |
Color Harmonies of #41FB73
Complementary color
Monochromatic Colors of #41FB73
Black with #41FB73
Text Example
Text Example
White with #41FB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FB73; }
p { color: rgb(65,251,115); }
H1.HeaderClassName
{
color: #41FB73;
}
.AnyTagClassName
{
color: #41FB73;
}
</style>
background-color css
<style>
a { background-color: #41FB73; }
a { background-color: rgb(65,251,115); }
div.DivClassName
{
background-color: #41FB73;
}
.BgClassName
{
background-color: #41FB73;
}
</style>
border-color css
<style>
span { border-color: #41FB73; }
span { border-color: rgb(65,251,115); }
td.TdClassName
{
border-color: #41FB73;
}
.TagClassName
{
border-color: #41FB73;
}
</style>