Shades of Screamin' Green #8CFA68
Tints of Screamin' Green #8CFA68
RGB
CMYK
RGB Variations
Color information
#8CFA68 (or 0x8CFA68) is known color: Screamin' Green. HEX triplet: 8C, FA and 68. RGB value is (140,250,104). Sum of RGB (Red+Green+Blue) = 140+250+104=494 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.34% from 494); Green value is 250 (98.05% from 255 or 50.61% from 494); Blue value is 104 (41.02% from 255 or 21.05% from 494); Max value from RGB is 250 - color contains mainly: green. Hex color #8CFA68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CFA68 is #730597. Grayscale: #C8C8C8. Windows color (decimal): -7538072 or 6879884. OLE color: 6879884.
HSL color Cylindrical-coordinate representation of color #8CFA68: hue angle of 105.21º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8CFA68 is Cyan = 0.44, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 250 | 104 | - |
| CMYK | 0.44 | 0 | 0.58 | 0.02 |
| HSL | 105.21º | 0.94% | 0.69% | - |
| HSV(B) | 105.21º | 0.58% | 0.98% | - |
| XYZ | 47.5 | 74.95 | 25.06 | - |
| YUV | 200.47 | 73.56 | 84.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 250 | 104 | 0.44 | 0 | 0.58 | 0.02 | 105.21 | 0.94 | 0.69 |
| Hex | 8C | FA | 68 | 2C | 0 | 3A | 2 | 69 | 5E | 45 |
| Octal | 214 | 372 | 150 | 54 | 0 | 72 | 2 | 151 | 136 | 105 |
| Binary | 10001100 | 11111010 | 1101000 | 101100 | 0 | 111010 | 10 | 1101001 | 1011110 | 1000101 |
Color Harmonies of #8CFA68
Complementary color
Monochromatic Colors of #8CFA68
Black with #8CFA68
Text Example
Text Example
White with #8CFA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFA68; }
p { color: rgb(140,250,104); }
H1.HeaderClassName
{
color: #8CFA68;
}
.AnyTagClassName
{
color: #8CFA68;
}
</style>
background-color css
<style>
a { background-color: #8CFA68; }
a { background-color: rgb(140,250,104); }
div.DivClassName
{
background-color: #8CFA68;
}
.BgClassName
{
background-color: #8CFA68;
}
</style>
border-color css
<style>
span { border-color: #8CFA68; }
span { border-color: rgb(140,250,104); }
td.TdClassName
{
border-color: #8CFA68;
}
.TagClassName
{
border-color: #8CFA68;
}
</style>