Shades of Screamin' Green #68FF74
Tints of Screamin' Green #68FF74
RGB
CMYK
RGB Variations
Color information
#68FF74 (or 0x68FF74) is known color: Screamin' Green. HEX triplet: 68, FF and 74. RGB value is (104,255,116). Sum of RGB (Red+Green+Blue) = 104+255+116=475 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.89% from 475); Green value is 255 (100% from 255 or 53.68% from 475); Blue value is 116 (45.70% from 255 or 24.42% from 475); Max value from RGB is 255 - color contains mainly: green. Hex color #68FF74 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #68FF74 is #97008B. Grayscale: #C2C2C2. Windows color (decimal): -9896076 or 7667560. OLE color: 7667560.
HSL color Cylindrical-coordinate representation of color #68FF74: hue angle of 124.77º 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 #68FF74 is Cyan = 0.59, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 255 | 116 | - |
| CMYK | 0.59 | 0 | 0.55 | 0 |
| HSL | 124.77º | 1% | 0.7% | - |
| HSV(B) | 124.77º | 0.59% | 1% | - |
| XYZ | 44.62 | 75.72 | 28.79 | - |
| YUV | 194.01 | 83.97 | 63.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 255 | 116 | 0.59 | 0 | 0.55 | 0 | 124.77 | 1 | 0.7 |
| Hex | 68 | FF | 74 | 3B | 0 | 37 | 0 | 7D | 64 | 46 |
| Octal | 150 | 377 | 164 | 73 | 0 | 67 | 0 | 175 | 144 | 106 |
| Binary | 1101000 | 11111111 | 1110100 | 111011 | 0 | 110111 | 0 | 1111101 | 1100100 | 1000110 |
Color Harmonies of #68FF74
Complementary color
Monochromatic Colors of #68FF74
Black with #68FF74
Text Example
Text Example
White with #68FF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FF74; }
p { color: rgb(104,255,116); }
H1.HeaderClassName
{
color: #68FF74;
}
.AnyTagClassName
{
color: #68FF74;
}
</style>
background-color css
<style>
a { background-color: #68FF74; }
a { background-color: rgb(104,255,116); }
div.DivClassName
{
background-color: #68FF74;
}
.BgClassName
{
background-color: #68FF74;
}
</style>
border-color css
<style>
span { border-color: #68FF74; }
span { border-color: rgb(104,255,116); }
td.TdClassName
{
border-color: #68FF74;
}
.TagClassName
{
border-color: #68FF74;
}
</style>