Shades of Screamin' Green #74FA67
Tints of Screamin' Green #74FA67
RGB
CMYK
RGB Variations
Color information
#74FA67 (or 0x74FA67) is known color: Screamin' Green. HEX triplet: 74, FA and 67. RGB value is (116,250,103). Sum of RGB (Red+Green+Blue) = 116+250+103=469 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.73% from 469); Green value is 250 (98.05% from 255 or 53.30% from 469); Blue value is 103 (40.62% from 255 or 21.96% from 469); Max value from RGB is 250 - color contains mainly: green. Hex color #74FA67 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74FA67 is #8B0598. Grayscale: #C1C1C1. Windows color (decimal): -9110937 or 6814324. OLE color: 6814324.
HSL color Cylindrical-coordinate representation of color #74FA67: hue angle of 114.69º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #74FA67 is Cyan = 0.54, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 250 | 103 | - |
| CMYK | 0.54 | 0 | 0.59 | 0.02 |
| HSL | 114.69º | 0.94% | 0.69% | - |
| HSV(B) | 114.69º | 0.59% | 0.98% | - |
| XYZ | 43.84 | 73.06 | 24.62 | - |
| YUV | 193.18 | 77.11 | 72.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 250 | 103 | 0.54 | 0 | 0.59 | 0.02 | 114.69 | 0.94 | 0.69 |
| Hex | 74 | FA | 67 | 36 | 0 | 3B | 2 | 73 | 5E | 45 |
| Octal | 164 | 372 | 147 | 66 | 0 | 73 | 2 | 163 | 136 | 105 |
| Binary | 1110100 | 11111010 | 1100111 | 110110 | 0 | 111011 | 10 | 1110011 | 1011110 | 1000101 |
Color Harmonies of #74FA67
Complementary color
Monochromatic Colors of #74FA67
Black with #74FA67
Text Example
Text Example
White with #74FA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FA67; }
p { color: rgb(116,250,103); }
H1.HeaderClassName
{
color: #74FA67;
}
.AnyTagClassName
{
color: #74FA67;
}
</style>
background-color css
<style>
a { background-color: #74FA67; }
a { background-color: rgb(116,250,103); }
div.DivClassName
{
background-color: #74FA67;
}
.BgClassName
{
background-color: #74FA67;
}
</style>
border-color css
<style>
span { border-color: #74FA67; }
span { border-color: rgb(116,250,103); }
td.TdClassName
{
border-color: #74FA67;
}
.TagClassName
{
border-color: #74FA67;
}
</style>