Shades of Screamin' Green #74FD68
Tints of Screamin' Green #74FD68
RGB
CMYK
RGB Variations
Color information
#74FD68 (or 0x74FD68) is known color: Screamin' Green. HEX triplet: 74, FD and 68. RGB value is (116,253,104). Sum of RGB (Red+Green+Blue) = 116+253+104=473 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.52% from 473); Green value is 253 (99.22% from 255 or 53.49% from 473); Blue value is 104 (41.02% from 255 or 21.99% from 473); Max value from RGB is 253 - color contains mainly: green. Hex color #74FD68 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74FD68 is #8B0297. Grayscale: #C3C3C3. Windows color (decimal): -9110168 or 6880628. OLE color: 6880628.
HSL color Cylindrical-coordinate representation of color #74FD68: hue angle of 115.17º degrees, saturation: 0.97, 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 #74FD68 is Cyan = 0.54, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 253 | 104 | - |
| CMYK | 0.54 | 0 | 0.59 | 0.01 |
| HSL | 115.17º | 0.97% | 0.7% | - |
| HSV(B) | 115.17º | 0.59% | 0.99% | - |
| XYZ | 44.83 | 74.96 | 25.2 | - |
| YUV | 195.05 | 76.61 | 71.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 253 | 104 | 0.54 | 0 | 0.59 | 0.01 | 115.17 | 0.97 | 0.7 |
| Hex | 74 | FD | 68 | 36 | 0 | 3B | 1 | 73 | 61 | 46 |
| Octal | 164 | 375 | 150 | 66 | 0 | 73 | 1 | 163 | 141 | 106 |
| Binary | 1110100 | 11111101 | 1101000 | 110110 | 0 | 111011 | 1 | 1110011 | 1100001 | 1000110 |
Color Harmonies of #74FD68
Complementary color
Monochromatic Colors of #74FD68
Black with #74FD68
Text Example
Text Example
White with #74FD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FD68; }
p { color: rgb(116,253,104); }
H1.HeaderClassName
{
color: #74FD68;
}
.AnyTagClassName
{
color: #74FD68;
}
</style>
background-color css
<style>
a { background-color: #74FD68; }
a { background-color: rgb(116,253,104); }
div.DivClassName
{
background-color: #74FD68;
}
.BgClassName
{
background-color: #74FD68;
}
</style>
border-color css
<style>
span { border-color: #74FD68; }
span { border-color: rgb(116,253,104); }
td.TdClassName
{
border-color: #74FD68;
}
.TagClassName
{
border-color: #74FD68;
}
</style>