Shades of Screamin' Green #7CFF68
Tints of Screamin' Green #7CFF68
RGB
CMYK
RGB Variations
Color information
#7CFF68 (or 0x7CFF68) is known color: Screamin' Green. HEX triplet: 7C, FF and 68. RGB value is (124,255,104). Sum of RGB (Red+Green+Blue) = 124+255+104=483 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.67% from 483); Green value is 255 (100% from 255 or 52.80% from 483); Blue value is 104 (41.02% from 255 or 21.53% from 483); Max value from RGB is 255 - color contains mainly: green. Hex color #7CFF68 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7CFF68 is #830097. Grayscale: #C7C7C7. Windows color (decimal): -8585368 or 6881148. OLE color: 6881148.
HSL color Cylindrical-coordinate representation of color #7CFF68: hue angle of 112.05º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7CFF68 is Cyan = 0.51, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 124 | 255 | 104 | - |
| CMYK | 0.51 | 0 | 0.59 | 0 |
| HSL | 112.05º | 1% | 0.7% | - |
| HSV(B) | 112.05º | 0.59% | 1% | - |
| XYZ | 46.57 | 76.8 | 25.47 | - |
| YUV | 198.62 | 74.6 | 74.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 255 | 104 | 0.51 | 0 | 0.59 | 0 | 112.05 | 1 | 0.7 |
| Hex | 7C | FF | 68 | 33 | 0 | 3B | 0 | 70 | 64 | 46 |
| Octal | 174 | 377 | 150 | 63 | 0 | 73 | 0 | 160 | 144 | 106 |
| Binary | 1111100 | 11111111 | 1101000 | 110011 | 0 | 111011 | 0 | 1110000 | 1100100 | 1000110 |
Color Harmonies of #7CFF68
Complementary color
Monochromatic Colors of #7CFF68
Black with #7CFF68
Text Example
Text Example
White with #7CFF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFF68; }
p { color: rgb(124,255,104); }
H1.HeaderClassName
{
color: #7CFF68;
}
.AnyTagClassName
{
color: #7CFF68;
}
</style>
background-color css
<style>
a { background-color: #7CFF68; }
a { background-color: rgb(124,255,104); }
div.DivClassName
{
background-color: #7CFF68;
}
.BgClassName
{
background-color: #7CFF68;
}
</style>
border-color css
<style>
span { border-color: #7CFF68; }
span { border-color: rgb(124,255,104); }
td.TdClassName
{
border-color: #7CFF68;
}
.TagClassName
{
border-color: #7CFF68;
}
</style>