Shades of Screamin' Green #74F16C
Tints of Screamin' Green #74F16C
RGB
CMYK
RGB Variations
Color information
#74F16C (or 0x74F16C) is known color: Screamin' Green. HEX triplet: 74, F1 and 6C. RGB value is (116,241,108). Sum of RGB (Red+Green+Blue) = 116+241+108=465 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.95% from 465); Green value is 241 (94.53% from 255 or 51.83% from 465); Blue value is 108 (42.58% from 255 or 23.23% from 465); Max value from RGB is 241 - color contains mainly: green. Hex color #74F16C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74F16C is #8B0E93. Grayscale: #BCBCBC. Windows color (decimal): -9113236 or 7139700. OLE color: 7139700.
HSL color Cylindrical-coordinate representation of color #74F16C: hue angle of 116.39º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #74F16C is Cyan = 0.52, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 241 | 108 | - |
| CMYK | 0.52 | 0 | 0.55 | 0.05 |
| HSL | 116.39º | 0.83% | 0.68% | - |
| HSV(B) | 116.39º | 0.55% | 0.95% | - |
| XYZ | 41.36 | 67.71 | 25.08 | - |
| YUV | 188.46 | 82.59 | 76.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 241 | 108 | 0.52 | 0 | 0.55 | 0.05 | 116.39 | 0.83 | 0.68 |
| Hex | 74 | F1 | 6C | 34 | 0 | 37 | 5 | 74 | 53 | 44 |
| Octal | 164 | 361 | 154 | 64 | 0 | 67 | 5 | 164 | 123 | 104 |
| Binary | 1110100 | 11110001 | 1101100 | 110100 | 0 | 110111 | 101 | 1110100 | 1010011 | 1000100 |
Color Harmonies of #74F16C
Complementary color
Monochromatic Colors of #74F16C
Black with #74F16C
Text Example
Text Example
White with #74F16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F16C; }
p { color: rgb(116,241,108); }
H1.HeaderClassName
{
color: #74F16C;
}
.AnyTagClassName
{
color: #74F16C;
}
</style>
background-color css
<style>
a { background-color: #74F16C; }
a { background-color: rgb(116,241,108); }
div.DivClassName
{
background-color: #74F16C;
}
.BgClassName
{
background-color: #74F16C;
}
</style>
border-color css
<style>
span { border-color: #74F16C; }
span { border-color: rgb(116,241,108); }
td.TdClassName
{
border-color: #74F16C;
}
.TagClassName
{
border-color: #74F16C;
}
</style>