Shades of Screamin' Green #74F26B
Tints of Screamin' Green #74F26B
RGB
CMYK
RGB Variations
Color information
#74F26B (or 0x74F26B) is known color: Screamin' Green. HEX triplet: 74, F2 and 6B. RGB value is (116,242,107). Sum of RGB (Red+Green+Blue) = 116+242+107=465 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.95% from 465); Green value is 242 (94.92% from 255 or 52.04% from 465); Blue value is 107 (42.19% from 255 or 23.01% from 465); Max value from RGB is 242 - color contains mainly: green. Hex color #74F26B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74F26B is #8B0D94. Grayscale: #BDBDBD. Windows color (decimal): -9112981 or 7074420. OLE color: 7074420.
HSL color Cylindrical-coordinate representation of color #74F26B: hue angle of 116º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #74F26B is Cyan = 0.52, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 242 | 107 | - |
| CMYK | 0.52 | 0 | 0.56 | 0.05 |
| HSL | 116º | 0.84% | 0.68% | - |
| HSV(B) | 116º | 0.56% | 0.95% | - |
| XYZ | 41.61 | 68.28 | 24.9 | - |
| YUV | 188.94 | 81.76 | 75.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 242 | 107 | 0.52 | 0 | 0.56 | 0.05 | 116 | 0.84 | 0.68 |
| Hex | 74 | F2 | 6B | 34 | 0 | 38 | 5 | 74 | 54 | 44 |
| Octal | 164 | 362 | 153 | 64 | 0 | 70 | 5 | 164 | 124 | 104 |
| Binary | 1110100 | 11110010 | 1101011 | 110100 | 0 | 111000 | 101 | 1110100 | 1010100 | 1000100 |
Color Harmonies of #74F26B
Complementary color
Monochromatic Colors of #74F26B
Black with #74F26B
Text Example
Text Example
White with #74F26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F26B; }
p { color: rgb(116,242,107); }
H1.HeaderClassName
{
color: #74F26B;
}
.AnyTagClassName
{
color: #74F26B;
}
</style>
background-color css
<style>
a { background-color: #74F26B; }
a { background-color: rgb(116,242,107); }
div.DivClassName
{
background-color: #74F26B;
}
.BgClassName
{
background-color: #74F26B;
}
</style>
border-color css
<style>
span { border-color: #74F26B; }
span { border-color: rgb(116,242,107); }
td.TdClassName
{
border-color: #74F26B;
}
.TagClassName
{
border-color: #74F26B;
}
</style>