Shades of Screamin' Green #74F06C
Tints of Screamin' Green #74F06C
RGB
CMYK
RGB Variations
Color information
#74F06C (or 0x74F06C) is known color: Screamin' Green. HEX triplet: 74, F0 and 6C. RGB value is (116,240,108). Sum of RGB (Red+Green+Blue) = 116+240+108=464 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25% from 464); Green value is 240 (94.14% from 255 or 51.72% from 464); Blue value is 108 (42.58% from 255 or 23.28% from 464); Max value from RGB is 240 - color contains mainly: green. Hex color #74F06C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74F06C is #8B0F93. Grayscale: #BCBCBC. Windows color (decimal): -9113492 or 7139444. OLE color: 7139444.
HSL color Cylindrical-coordinate representation of color #74F06C: hue angle of 116.36º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #74F06C is Cyan = 0.52, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 116 | 240 | 108 | - |
| CMYK | 0.52 | 0 | 0.55 | 0.06 |
| HSL | 116.36º | 0.81% | 0.68% | - |
| HSV(B) | 116.36º | 0.55% | 0.94% | - |
| XYZ | 41.07 | 67.12 | 24.98 | - |
| YUV | 187.88 | 82.92 | 76.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 240 | 108 | 0.52 | 0 | 0.55 | 0.06 | 116.36 | 0.81 | 0.68 |
| Hex | 74 | F0 | 6C | 34 | 0 | 37 | 6 | 74 | 51 | 44 |
| Octal | 164 | 360 | 154 | 64 | 0 | 67 | 6 | 164 | 121 | 104 |
| Binary | 1110100 | 11110000 | 1101100 | 110100 | 0 | 110111 | 110 | 1110100 | 1010001 | 1000100 |
Color Harmonies of #74F06C
Complementary color
Monochromatic Colors of #74F06C
Black with #74F06C
Text Example
Text Example
White with #74F06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F06C; }
p { color: rgb(116,240,108); }
H1.HeaderClassName
{
color: #74F06C;
}
.AnyTagClassName
{
color: #74F06C;
}
</style>
background-color css
<style>
a { background-color: #74F06C; }
a { background-color: rgb(116,240,108); }
div.DivClassName
{
background-color: #74F06C;
}
.BgClassName
{
background-color: #74F06C;
}
</style>
border-color css
<style>
span { border-color: #74F06C; }
span { border-color: rgb(116,240,108); }
td.TdClassName
{
border-color: #74F06C;
}
.TagClassName
{
border-color: #74F06C;
}
</style>