Shades of Screamin' Green #41F978
Tints of Screamin' Green #41F978
RGB
CMYK
RGB Variations
Color information
#41F978 (or 0x41F978) is known color: Screamin' Green. HEX triplet: 41, F9 and 78. RGB value is (65,249,120). Sum of RGB (Red+Green+Blue) = 65+249+120=434 (57% of max value = 765). Red value is 65 (25.78% from 255 or 14.98% from 434); Green value is 249 (97.66% from 255 or 57.37% from 434); Blue value is 120 (47.27% from 255 or 27.65% from 434); Max value from RGB is 249 - color contains mainly: green. Hex color #41F978 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #41F978 is #BE0687. Grayscale: #B3B3B3. Windows color (decimal): -12453512 or 7928129. OLE color: 7928129.
HSL color Cylindrical-coordinate representation of color #41F978: hue angle of 137.93º degrees, saturation: 0.94, 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 #41F978 is Cyan = 0.74, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
RGB | 65 | 249 | 120 | - |
CMYK | 0.74 | 0 | 0.52 | 0.02 |
HSL | 137.93º | 0.94% | 0.62% | - |
HSV(B) | 137.93º | 0.74% | 0.98% | - |
XYZ | 39.45 | 70.23 | 29.25 | - |
YUV | 179.28 | 94.54 | 46.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 65 | 249 | 120 | 0.74 | 0 | 0.52 | 0.02 | 137.93 | 0.94 | 0.62 |
Hex | 41 | F9 | 78 | 4A | 0 | 34 | 2 | 8A | 5E | 3E |
Octal | 101 | 371 | 170 | 112 | 0 | 64 | 2 | 212 | 136 | 76 |
Binary | 1000001 | 11111001 | 1111000 | 1001010 | 0 | 110100 | 10 | 10001010 | 1011110 | 111110 |
Color Harmonies of #41F978
Complementary color
Monochromatic Colors of #41F978
Black with #41F978
Text Example
Text Example
White with #41F978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F978; }
p { color: rgb(65,249,120); }
H1.HeaderClassName
{
color: #41F978;
}
.AnyTagClassName
{
color: #41F978;
}
</style>
background-color css
<style>
a { background-color: #41F978; }
a { background-color: rgb(65,249,120); }
div.DivClassName
{
background-color: #41F978;
}
.BgClassName
{
background-color: #41F978;
}
</style>
border-color css
<style>
span { border-color: #41F978; }
span { border-color: rgb(65,249,120); }
td.TdClassName
{
border-color: #41F978;
}
.TagClassName
{
border-color: #41F978;
}
</style>