Shades of Fern #75C375
Tints of Fern #75C375
RGB
CMYK
RGB Variations
Color information
#75C375 (or 0x75C375) is known color: Fern. HEX triplet: 75, C3 and 75. RGB value is (117,195,117). Sum of RGB (Red+Green+Blue) = 117+195+117=429 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.27% from 429); Green value is 195 (76.56% from 255 or 45.45% from 429); Blue value is 117 (46.09% from 255 or 27.27% from 429); Max value from RGB is 195 - color contains mainly: green. Hex color #75C375 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C375 is #8A3C8A. Grayscale: #A3A3A3. Windows color (decimal): -9059467 or 7717749. OLE color: 7717749.
HSL color Cylindrical-coordinate representation of color #75C375: hue angle of 120º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #75C375 is Cyan = 0.4, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 117 | 195 | 117 | - |
| CMYK | 0.4 | 0 | 0.4 | 0.24 |
| HSL | 120º | 0.39% | 0.61% | - |
| HSV(B) | 120º | 0.4% | 0.76% | - |
| XYZ | 30.06 | 44.1 | 23.76 | - |
| YUV | 162.79 | 102.16 | 95.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 195 | 117 | 0.4 | 0 | 0.4 | 0.24 | 120 | 0.39 | 0.61 |
| Hex | 75 | C3 | 75 | 28 | 0 | 28 | 18 | 78 | 27 | 3D |
| Octal | 165 | 303 | 165 | 50 | 0 | 50 | 30 | 170 | 47 | 75 |
| Binary | 1110101 | 11000011 | 1110101 | 101000 | 0 | 101000 | 11000 | 1111000 | 100111 | 111101 |
Color Harmonies of #75C375
Complementary color
Monochromatic Colors of #75C375
Black with #75C375
Text Example
Text Example
White with #75C375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C375; }
p { color: rgb(117,195,117); }
H1.HeaderClassName
{
color: #75C375;
}
.AnyTagClassName
{
color: #75C375;
}
</style>
background-color css
<style>
a { background-color: #75C375; }
a { background-color: rgb(117,195,117); }
div.DivClassName
{
background-color: #75C375;
}
.BgClassName
{
background-color: #75C375;
}
</style>
border-color css
<style>
span { border-color: #75C375; }
span { border-color: rgb(117,195,117); }
td.TdClassName
{
border-color: #75C375;
}
.TagClassName
{
border-color: #75C375;
}
</style>