Shades of Screamin' Green #74F345
Tints of Screamin' Green #74F345
RGB
CMYK
RGB Variations
Color information
#74F345 (or 0x74F345) is known color: Screamin' Green. HEX triplet: 74, F3 and 45. RGB value is (116,243,69). Sum of RGB (Red+Green+Blue) = 116+243+69=428 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.10% from 428); Green value is 243 (95.31% from 255 or 56.78% from 428); Blue value is 69 (27.34% from 255 or 16.12% from 428); Max value from RGB is 243 - color contains mainly: green. Hex color #74F345 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74F345 is #8B0CBA. Grayscale: #B9B9B9. Windows color (decimal): -9112763 or 4584308. OLE color: 4584308.
HSL color Cylindrical-coordinate representation of color #74F345: hue angle of 103.79º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #74F345 is Cyan = 0.52, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 243 | 69 | - |
| CMYK | 0.52 | 0 | 0.72 | 0.05 |
| HSL | 103.79º | 0.88% | 0.61% | - |
| HSV(B) | 103.79º | 0.72% | 0.95% | - |
| XYZ | 40.33 | 68.24 | 16.68 | - |
| YUV | 185.19 | 62.42 | 78.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 243 | 69 | 0.52 | 0 | 0.72 | 0.05 | 103.79 | 0.88 | 0.61 |
| Hex | 74 | F3 | 45 | 34 | 0 | 48 | 5 | 68 | 58 | 3D |
| Octal | 164 | 363 | 105 | 64 | 0 | 110 | 5 | 150 | 130 | 75 |
| Binary | 1110100 | 11110011 | 1000101 | 110100 | 0 | 1001000 | 101 | 1101000 | 1011000 | 111101 |
Color Harmonies of #74F345
Complementary color
Monochromatic Colors of #74F345
Black with #74F345
Text Example
Text Example
White with #74F345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F345; }
p { color: rgb(116,243,69); }
H1.HeaderClassName
{
color: #74F345;
}
.AnyTagClassName
{
color: #74F345;
}
</style>
background-color css
<style>
a { background-color: #74F345; }
a { background-color: rgb(116,243,69); }
div.DivClassName
{
background-color: #74F345;
}
.BgClassName
{
background-color: #74F345;
}
</style>
border-color css
<style>
span { border-color: #74F345; }
span { border-color: rgb(116,243,69); }
td.TdClassName
{
border-color: #74F345;
}
.TagClassName
{
border-color: #74F345;
}
</style>