Shades of Screamin' Green #75FA65
Tints of Screamin' Green #75FA65
RGB
CMYK
RGB Variations
Color information
#75FA65 (or 0x75FA65) is known color: Screamin' Green. HEX triplet: 75, FA and 65. RGB value is (117,250,101). Sum of RGB (Red+Green+Blue) = 117+250+101=468 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25% from 468); Green value is 250 (98.05% from 255 or 53.42% from 468); Blue value is 101 (39.84% from 255 or 21.58% from 468); Max value from RGB is 250 - color contains mainly: green. Hex color #75FA65 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #75FA65 is #8A059A. Grayscale: #C1C1C1. Windows color (decimal): -9045403 or 6683253. OLE color: 6683253.
HSL color Cylindrical-coordinate representation of color #75FA65: hue angle of 113.56º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #75FA65 is Cyan = 0.53, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 117 | 250 | 101 | - |
| CMYK | 0.53 | 0 | 0.60 | 0.02 |
| HSL | 113.56º | 0.94% | 0.69% | - |
| HSV(B) | 113.56º | 0.6% | 0.98% | - |
| XYZ | 43.87 | 73.09 | 24.11 | - |
| YUV | 193.25 | 75.94 | 73.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 250 | 101 | 0.53 | 0 | 0.60 | 0.02 | 113.56 | 0.94 | 0.69 |
| Hex | 75 | FA | 65 | 35 | 0 | 3C | 2 | 72 | 5E | 45 |
| Octal | 165 | 372 | 145 | 65 | 0 | 74 | 2 | 162 | 136 | 105 |
| Binary | 1110101 | 11111010 | 1100101 | 110101 | 0 | 111100 | 10 | 1110010 | 1011110 | 1000101 |
Color Harmonies of #75FA65
Complementary color
Monochromatic Colors of #75FA65
Black with #75FA65
Text Example
Text Example
White with #75FA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75FA65; }
p { color: rgb(117,250,101); }
H1.HeaderClassName
{
color: #75FA65;
}
.AnyTagClassName
{
color: #75FA65;
}
</style>
background-color css
<style>
a { background-color: #75FA65; }
a { background-color: rgb(117,250,101); }
div.DivClassName
{
background-color: #75FA65;
}
.BgClassName
{
background-color: #75FA65;
}
</style>
border-color css
<style>
span { border-color: #75FA65; }
span { border-color: rgb(117,250,101); }
td.TdClassName
{
border-color: #75FA65;
}
.TagClassName
{
border-color: #75FA65;
}
</style>