Shades of Screamin' Green #41FB4A
Tints of Screamin' Green #41FB4A
RGB
CMYK
RGB Variations
Color information
#41FB4A (or 0x41FB4A) is known color: Screamin' Green. HEX triplet: 41, FB and 4A. RGB value is (65,251,74). Sum of RGB (Red+Green+Blue) = 65+251+74=390 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.67% from 390); Green value is 251 (98.44% from 255 or 64.36% from 390); Blue value is 74 (29.30% from 255 or 18.97% from 390); Max value from RGB is 251 - color contains mainly: green. Hex color #41FB4A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41FB4A is #BE04B5. Grayscale: #AFAFAF. Windows color (decimal): -12453046 or 4913985. OLE color: 4913985.
HSL color Cylindrical-coordinate representation of color #41FB4A: hue angle of 122.9º 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 #41FB4A is Cyan = 0.74, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 251 | 74 | - |
| CMYK | 0.74 | 0 | 0.71 | 0.02 |
| HSL | 122.9º | 0.96% | 0.62% | - |
| HSV(B) | 122.9º | 0.74% | 0.98% | - |
| XYZ | 37.91 | 70.61 | 18.11 | - |
| YUV | 175.21 | 70.88 | 49.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 251 | 74 | 0.74 | 0 | 0.71 | 0.02 | 122.9 | 0.96 | 0.62 |
| Hex | 41 | FB | 4A | 4A | 0 | 47 | 2 | 7B | 60 | 3E |
| Octal | 101 | 373 | 112 | 112 | 0 | 107 | 2 | 173 | 140 | 76 |
| Binary | 1000001 | 11111011 | 1001010 | 1001010 | 0 | 1000111 | 10 | 1111011 | 1100000 | 111110 |
Color Harmonies of #41FB4A
Complementary color
Monochromatic Colors of #41FB4A
Black with #41FB4A
Text Example
Text Example
White with #41FB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FB4A; }
p { color: rgb(65,251,74); }
H1.HeaderClassName
{
color: #41FB4A;
}
.AnyTagClassName
{
color: #41FB4A;
}
</style>
background-color css
<style>
a { background-color: #41FB4A; }
a { background-color: rgb(65,251,74); }
div.DivClassName
{
background-color: #41FB4A;
}
.BgClassName
{
background-color: #41FB4A;
}
</style>
border-color css
<style>
span { border-color: #41FB4A; }
span { border-color: rgb(65,251,74); }
td.TdClassName
{
border-color: #41FB4A;
}
.TagClassName
{
border-color: #41FB4A;
}
</style>