Shades of Screamin' Green #74E652
Tints of Screamin' Green #74E652
RGB
CMYK
RGB Variations
Color information
#74E652 (or 0x74E652) is known color: Screamin' Green. HEX triplet: 74, E6 and 52. RGB value is (116,230,82). Sum of RGB (Red+Green+Blue) = 116+230+82=428 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.10% from 428); Green value is 230 (90.23% from 255 or 53.74% from 428); Blue value is 82 (32.42% from 255 or 19.16% from 428); Max value from RGB is 230 - color contains mainly: green. Hex color #74E652 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74E652 is #8B19AD. Grayscale: #B3B3B3. Windows color (decimal): -9116078 or 5432948. OLE color: 5432948.
HSL color Cylindrical-coordinate representation of color #74E652: hue angle of 106.22º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #74E652 is Cyan = 0.50, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 116 | 230 | 82 | - |
| CMYK | 0.50 | 0 | 0.64 | 0.10 |
| HSL | 106.22º | 0.75% | 0.61% | - |
| HSV(B) | 106.22º | 0.64% | 0.9% | - |
| XYZ | 37.02 | 60.92 | 17.79 | - |
| YUV | 179.04 | 73.23 | 83.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 230 | 82 | 0.50 | 0 | 0.64 | 0.10 | 106.22 | 0.75 | 0.61 |
| Hex | 74 | E6 | 52 | 32 | 0 | 40 | A | 6A | 4B | 3D |
| Octal | 164 | 346 | 122 | 62 | 0 | 100 | 12 | 152 | 113 | 75 |
| Binary | 1110100 | 11100110 | 1010010 | 110010 | 0 | 1000000 | 1010 | 1101010 | 1001011 | 111101 |
Color Harmonies of #74E652
Complementary color
Monochromatic Colors of #74E652
Black with #74E652
Text Example
Text Example
White with #74E652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E652; }
p { color: rgb(116,230,82); }
H1.HeaderClassName
{
color: #74E652;
}
.AnyTagClassName
{
color: #74E652;
}
</style>
background-color css
<style>
a { background-color: #74E652; }
a { background-color: rgb(116,230,82); }
div.DivClassName
{
background-color: #74E652;
}
.BgClassName
{
background-color: #74E652;
}
</style>
border-color css
<style>
span { border-color: #74E652; }
span { border-color: rgb(116,230,82); }
td.TdClassName
{
border-color: #74E652;
}
.TagClassName
{
border-color: #74E652;
}
</style>