Shades of Screamin' Green #74F341
Tints of Screamin' Green #74F341
RGB
CMYK
RGB Variations
Color information
#74F341 (or 0x74F341) is known color: Screamin' Green. HEX triplet: 74, F3 and 41. RGB value is (116,243,65). Sum of RGB (Red+Green+Blue) = 116+243+65=424 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.36% from 424); Green value is 243 (95.31% from 255 or 57.31% from 424); Blue value is 65 (25.78% from 255 or 15.33% from 424); Max value from RGB is 243 - color contains mainly: green. Hex color #74F341 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74F341 is #8B0CBE. Grayscale: #B9B9B9. Windows color (decimal): -9112767 or 4322164. OLE color: 4322164.
HSL color Cylindrical-coordinate representation of color #74F341: hue angle of 102.81º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #74F341 is Cyan = 0.52, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 243 | 65 | - |
| CMYK | 0.52 | 0 | 0.73 | 0.05 |
| HSL | 102.81º | 0.88% | 0.6% | - |
| HSV(B) | 102.81º | 0.73% | 0.95% | - |
| XYZ | 40.21 | 68.2 | 16.05 | - |
| YUV | 184.74 | 60.42 | 78.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 243 | 65 | 0.52 | 0 | 0.73 | 0.05 | 102.81 | 0.88 | 0.6 |
| Hex | 74 | F3 | 41 | 34 | 0 | 49 | 5 | 67 | 58 | 3C |
| Octal | 164 | 363 | 101 | 64 | 0 | 111 | 5 | 147 | 130 | 74 |
| Binary | 1110100 | 11110011 | 1000001 | 110100 | 0 | 1001001 | 101 | 1100111 | 1011000 | 111100 |
Color Harmonies of #74F341
Complementary color
Monochromatic Colors of #74F341
Black with #74F341
Text Example
Text Example
White with #74F341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F341; }
p { color: rgb(116,243,65); }
H1.HeaderClassName
{
color: #74F341;
}
.AnyTagClassName
{
color: #74F341;
}
</style>
background-color css
<style>
a { background-color: #74F341; }
a { background-color: rgb(116,243,65); }
div.DivClassName
{
background-color: #74F341;
}
.BgClassName
{
background-color: #74F341;
}
</style>
border-color css
<style>
span { border-color: #74F341; }
span { border-color: rgb(116,243,65); }
td.TdClassName
{
border-color: #74F341;
}
.TagClassName
{
border-color: #74F341;
}
</style>