Shades of Screamin' Green #74FC68
Tints of Screamin' Green #74FC68
RGB
CMYK
RGB Variations
Color information
#74FC68 (or 0x74FC68) is known color: Screamin' Green. HEX triplet: 74, FC and 68. RGB value is (116,252,104). Sum of RGB (Red+Green+Blue) = 116+252+104=472 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.58% from 472); Green value is 252 (98.83% from 255 or 53.39% from 472); Blue value is 104 (41.02% from 255 or 22.03% from 472); Max value from RGB is 252 - color contains mainly: green. Hex color #74FC68 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74FC68 is #8B0397. Grayscale: #C2C2C2. Windows color (decimal): -9110424 or 6880372. OLE color: 6880372.
HSL color Cylindrical-coordinate representation of color #74FC68: hue angle of 115.14º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #74FC68 is Cyan = 0.54, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 252 | 104 | - |
| CMYK | 0.54 | 0 | 0.59 | 0.01 |
| HSL | 115.14º | 0.96% | 0.7% | - |
| HSV(B) | 115.14º | 0.59% | 0.99% | - |
| XYZ | 44.51 | 74.33 | 25.1 | - |
| YUV | 194.46 | 76.94 | 72.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 252 | 104 | 0.54 | 0 | 0.59 | 0.01 | 115.14 | 0.96 | 0.7 |
| Hex | 74 | FC | 68 | 36 | 0 | 3B | 1 | 73 | 60 | 46 |
| Octal | 164 | 374 | 150 | 66 | 0 | 73 | 1 | 163 | 140 | 106 |
| Binary | 1110100 | 11111100 | 1101000 | 110110 | 0 | 111011 | 1 | 1110011 | 1100000 | 1000110 |
Color Harmonies of #74FC68
Complementary color
Monochromatic Colors of #74FC68
Black with #74FC68
Text Example
Text Example
White with #74FC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FC68; }
p { color: rgb(116,252,104); }
H1.HeaderClassName
{
color: #74FC68;
}
.AnyTagClassName
{
color: #74FC68;
}
</style>
background-color css
<style>
a { background-color: #74FC68; }
a { background-color: rgb(116,252,104); }
div.DivClassName
{
background-color: #74FC68;
}
.BgClassName
{
background-color: #74FC68;
}
</style>
border-color css
<style>
span { border-color: #74FC68; }
span { border-color: rgb(116,252,104); }
td.TdClassName
{
border-color: #74FC68;
}
.TagClassName
{
border-color: #74FC68;
}
</style>