Shades of Screamin' Green #75FF67
Tints of Screamin' Green #75FF67
RGB
CMYK
RGB Variations
Color information
#75FF67 (or 0x75FF67) is known color: Screamin' Green. HEX triplet: 75, FF and 67. RGB value is (117,255,103). Sum of RGB (Red+Green+Blue) = 117+255+103=475 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.63% from 475); Green value is 255 (100% from 255 or 53.68% from 475); Blue value is 103 (40.62% from 255 or 21.68% from 475); Max value from RGB is 255 - color contains mainly: green. Hex color #75FF67 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #75FF67 is #8A0098. Grayscale: #C4C4C4. Windows color (decimal): -9044121 or 6815605. OLE color: 6815605.
HSL color Cylindrical-coordinate representation of color #75FF67: hue angle of 114.47º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #75FF67 is Cyan = 0.54, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 255 | 103 | - |
| CMYK | 0.54 | 0 | 0.60 | 0 |
| HSL | 114.47º | 1% | 0.7% | - |
| HSV(B) | 114.47º | 0.6% | 1% | - |
| XYZ | 45.54 | 76.28 | 25.16 | - |
| YUV | 196.41 | 75.28 | 71.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 255 | 103 | 0.54 | 0 | 0.60 | 0 | 114.47 | 1 | 0.7 |
| Hex | 75 | FF | 67 | 36 | 0 | 3C | 0 | 72 | 64 | 46 |
| Octal | 165 | 377 | 147 | 66 | 0 | 74 | 0 | 162 | 144 | 106 |
| Binary | 1110101 | 11111111 | 1100111 | 110110 | 0 | 111100 | 0 | 1110010 | 1100100 | 1000110 |
Color Harmonies of #75FF67
Complementary color
Monochromatic Colors of #75FF67
Black with #75FF67
Text Example
Text Example
White with #75FF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75FF67; }
p { color: rgb(117,255,103); }
H1.HeaderClassName
{
color: #75FF67;
}
.AnyTagClassName
{
color: #75FF67;
}
</style>
background-color css
<style>
a { background-color: #75FF67; }
a { background-color: rgb(117,255,103); }
div.DivClassName
{
background-color: #75FF67;
}
.BgClassName
{
background-color: #75FF67;
}
</style>
border-color css
<style>
span { border-color: #75FF67; }
span { border-color: rgb(117,255,103); }
td.TdClassName
{
border-color: #75FF67;
}
.TagClassName
{
border-color: #75FF67;
}
</style>