Shades of Screamin' Green #77F148
Tints of Screamin' Green #77F148
RGB
CMYK
RGB Variations
Color information
#77F148 (or 0x77F148) is known color: Screamin' Green. HEX triplet: 77, F1 and 48. RGB value is (119,241,72). Sum of RGB (Red+Green+Blue) = 119+241+72=432 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.55% from 432); Green value is 241 (94.53% from 255 or 55.79% from 432); Blue value is 72 (28.52% from 255 or 16.67% from 432); Max value from RGB is 241 - color contains mainly: green. Hex color #77F148 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #77F148 is #880EB7. Grayscale: #B9B9B9. Windows color (decimal): -8916664 or 4780407. OLE color: 4780407.
HSL color Cylindrical-coordinate representation of color #77F148: hue angle of 103.31º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #77F148 is Cyan = 0.51, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 119 | 241 | 72 | - |
| CMYK | 0.51 | 0 | 0.70 | 0.05 |
| HSL | 103.31º | 0.86% | 0.61% | - |
| HSV(B) | 103.31º | 0.7% | 0.95% | - |
| XYZ | 40.23 | 67.3 | 17 | - |
| YUV | 185.26 | 64.08 | 80.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 241 | 72 | 0.51 | 0 | 0.70 | 0.05 | 103.31 | 0.86 | 0.61 |
| Hex | 77 | F1 | 48 | 33 | 0 | 46 | 5 | 67 | 56 | 3D |
| Octal | 167 | 361 | 110 | 63 | 0 | 106 | 5 | 147 | 126 | 75 |
| Binary | 1110111 | 11110001 | 1001000 | 110011 | 0 | 1000110 | 101 | 1100111 | 1010110 | 111101 |
Color Harmonies of #77F148
Complementary color
Monochromatic Colors of #77F148
Black with #77F148
Text Example
Text Example
White with #77F148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77F148; }
p { color: rgb(119,241,72); }
H1.HeaderClassName
{
color: #77F148;
}
.AnyTagClassName
{
color: #77F148;
}
</style>
background-color css
<style>
a { background-color: #77F148; }
a { background-color: rgb(119,241,72); }
div.DivClassName
{
background-color: #77F148;
}
.BgClassName
{
background-color: #77F148;
}
</style>
border-color css
<style>
span { border-color: #77F148; }
span { border-color: rgb(119,241,72); }
td.TdClassName
{
border-color: #77F148;
}
.TagClassName
{
border-color: #77F148;
}
</style>