Shades of Screamin' Green #75F144
Tints of Screamin' Green #75F144
RGB
CMYK
RGB Variations
Color information
#75F144 (or 0x75F144) is known color: Screamin' Green. HEX triplet: 75, F1 and 44. RGB value is (117,241,68). Sum of RGB (Red+Green+Blue) = 117+241+68=426 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.46% from 426); Green value is 241 (94.53% from 255 or 56.57% from 426); Blue value is 68 (26.95% from 255 or 15.96% from 426); Max value from RGB is 241 - color contains mainly: green. Hex color #75F144 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #75F144 is #8A0EBB. Grayscale: #B8B8B8. Windows color (decimal): -9047740 or 4518261. OLE color: 4518261.
HSL color Cylindrical-coordinate representation of color #75F144: hue angle of 103.01º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #75F144 is Cyan = 0.51, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 117 | 241 | 68 | - |
| CMYK | 0.51 | 0 | 0.72 | 0.05 |
| HSL | 103.01º | 0.86% | 0.61% | - |
| HSV(B) | 103.01º | 0.72% | 0.95% | - |
| XYZ | 39.83 | 67.11 | 16.32 | - |
| YUV | 184.2 | 62.42 | 80.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 241 | 68 | 0.51 | 0 | 0.72 | 0.05 | 103.01 | 0.86 | 0.61 |
| Hex | 75 | F1 | 44 | 33 | 0 | 48 | 5 | 67 | 56 | 3D |
| Octal | 165 | 361 | 104 | 63 | 0 | 110 | 5 | 147 | 126 | 75 |
| Binary | 1110101 | 11110001 | 1000100 | 110011 | 0 | 1001000 | 101 | 1100111 | 1010110 | 111101 |
Color Harmonies of #75F144
Complementary color
Monochromatic Colors of #75F144
Black with #75F144
Text Example
Text Example
White with #75F144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75F144; }
p { color: rgb(117,241,68); }
H1.HeaderClassName
{
color: #75F144;
}
.AnyTagClassName
{
color: #75F144;
}
</style>
background-color css
<style>
a { background-color: #75F144; }
a { background-color: rgb(117,241,68); }
div.DivClassName
{
background-color: #75F144;
}
.BgClassName
{
background-color: #75F144;
}
</style>
border-color css
<style>
span { border-color: #75F144; }
span { border-color: rgb(117,241,68); }
td.TdClassName
{
border-color: #75F144;
}
.TagClassName
{
border-color: #75F144;
}
</style>