Shades of Screamin' Green #5CF078
Tints of Screamin' Green #5CF078
RGB
CMYK
RGB Variations
Color information
#5CF078 (or 0x5CF078) is known color: Screamin' Green. HEX triplet: 5C, F0 and 78. RGB value is (92,240,120). Sum of RGB (Red+Green+Blue) = 92+240+120=452 (59% of max value = 765). Red value is 92 (36.33% from 255 or 20.35% from 452); Green value is 240 (94.14% from 255 or 53.10% from 452); Blue value is 120 (47.27% from 255 or 26.55% from 452); Max value from RGB is 240 - color contains mainly: green. Hex color #5CF078 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5CF078 is #A30F87. Grayscale: #B6B6B6. Windows color (decimal): -10686344 or 7925852. OLE color: 7925852.
HSL color Cylindrical-coordinate representation of color #5CF078: hue angle of 131.35º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CF078 is Cyan = 0.62, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 92 | 240 | 120 | - |
| CMYK | 0.62 | 0 | 0.5 | 0.06 |
| HSL | 131.35º | 0.83% | 0.65% | - |
| HSV(B) | 131.35º | 0.62% | 0.94% | - |
| XYZ | 38.96 | 65.95 | 28.45 | - |
| YUV | 182.07 | 92.97 | 63.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 240 | 120 | 0.62 | 0 | 0.5 | 0.06 | 131.35 | 0.83 | 0.65 |
| Hex | 5C | F0 | 78 | 3E | 0 | 32 | 6 | 83 | 53 | 41 |
| Octal | 134 | 360 | 170 | 76 | 0 | 62 | 6 | 203 | 123 | 101 |
| Binary | 1011100 | 11110000 | 1111000 | 111110 | 0 | 110010 | 110 | 10000011 | 1010011 | 1000001 |
Color Harmonies of #5CF078
Complementary color
Monochromatic Colors of #5CF078
Black with #5CF078
Text Example
Text Example
White with #5CF078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CF078; }
p { color: rgb(92,240,120); }
H1.HeaderClassName
{
color: #5CF078;
}
.AnyTagClassName
{
color: #5CF078;
}
</style>
background-color css
<style>
a { background-color: #5CF078; }
a { background-color: rgb(92,240,120); }
div.DivClassName
{
background-color: #5CF078;
}
.BgClassName
{
background-color: #5CF078;
}
</style>
border-color css
<style>
span { border-color: #5CF078; }
span { border-color: rgb(92,240,120); }
td.TdClassName
{
border-color: #5CF078;
}
.TagClassName
{
border-color: #5CF078;
}
</style>