Shades of Screamin' Green #74FA40
Tints of Screamin' Green #74FA40
RGB
CMYK
RGB Variations
Color information
#74FA40 (or 0x74FA40) is known color: Screamin' Green. HEX triplet: 74, FA and 40. RGB value is (116,250,64). Sum of RGB (Red+Green+Blue) = 116+250+64=430 (56% of max value = 765). Red value is 116 (45.70% from 255 or 26.98% from 430); Green value is 250 (98.05% from 255 or 58.14% from 430); Blue value is 64 (25.39% from 255 or 14.88% from 430); Max value from RGB is 250 - color contains mainly: green. Hex color #74FA40 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74FA40 is #8B05BF. Grayscale: #BDBDBD. Windows color (decimal): -9110976 or 4258420. OLE color: 4258420.
HSL color Cylindrical-coordinate representation of color #74FA40: hue angle of 103.23º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #74FA40 is Cyan = 0.54, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 250 | 64 | - |
| CMYK | 0.54 | 0 | 0.74 | 0.02 |
| HSL | 103.23º | 0.95% | 0.62% | - |
| HSV(B) | 103.23º | 0.74% | 0.98% | - |
| XYZ | 42.31 | 72.45 | 16.61 | - |
| YUV | 188.73 | 57.61 | 76.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 250 | 64 | 0.54 | 0 | 0.74 | 0.02 | 103.23 | 0.95 | 0.62 |
| Hex | 74 | FA | 40 | 36 | 0 | 4A | 2 | 67 | 5F | 3E |
| Octal | 164 | 372 | 100 | 66 | 0 | 112 | 2 | 147 | 137 | 76 |
| Binary | 1110100 | 11111010 | 1000000 | 110110 | 0 | 1001010 | 10 | 1100111 | 1011111 | 111110 |
Color Harmonies of #74FA40
Complementary color
Monochromatic Colors of #74FA40
Black with #74FA40
Text Example
Text Example
White with #74FA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FA40; }
p { color: rgb(116,250,64); }
H1.HeaderClassName
{
color: #74FA40;
}
.AnyTagClassName
{
color: #74FA40;
}
</style>
background-color css
<style>
a { background-color: #74FA40; }
a { background-color: rgb(116,250,64); }
div.DivClassName
{
background-color: #74FA40;
}
.BgClassName
{
background-color: #74FA40;
}
</style>
border-color css
<style>
span { border-color: #74FA40; }
span { border-color: rgb(116,250,64); }
td.TdClassName
{
border-color: #74FA40;
}
.TagClassName
{
border-color: #74FA40;
}
</style>