Shades of Pastel Green #75E568
Tints of Pastel Green #75E568
RGB
CMYK
RGB Variations
Color information
#75E568 (or 0x75E568) is known color: Pastel Green. HEX triplet: 75, E5 and 68. RGB value is (117,229,104). Sum of RGB (Red+Green+Blue) = 117+229+104=450 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26% from 450); Green value is 229 (89.84% from 255 or 50.89% from 450); Blue value is 104 (41.02% from 255 or 23.11% from 450); Max value from RGB is 229 - color contains mainly: green. Hex color #75E568 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75E568 is #8A1A97. Grayscale: #B5B5B5. Windows color (decimal): -9050776 or 6874485. OLE color: 6874485.
HSL color Cylindrical-coordinate representation of color #75E568: hue angle of 113.76º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #75E568 is Cyan = 0.49, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 117 | 229 | 104 | - |
| CMYK | 0.49 | 0 | 0.55 | 0.10 |
| HSL | 113.76º | 0.71% | 0.65% | - |
| HSV(B) | 113.76º | 0.55% | 0.9% | - |
| XYZ | 37.85 | 60.82 | 22.84 | - |
| YUV | 181.26 | 84.39 | 82.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 229 | 104 | 0.49 | 0 | 0.55 | 0.10 | 113.76 | 0.71 | 0.65 |
| Hex | 75 | E5 | 68 | 31 | 0 | 37 | A | 72 | 47 | 41 |
| Octal | 165 | 345 | 150 | 61 | 0 | 67 | 12 | 162 | 107 | 101 |
| Binary | 1110101 | 11100101 | 1101000 | 110001 | 0 | 110111 | 1010 | 1110010 | 1000111 | 1000001 |
Color Harmonies of #75E568
Complementary color
Monochromatic Colors of #75E568
Black with #75E568
Text Example
Text Example
White with #75E568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E568; }
p { color: rgb(117,229,104); }
H1.HeaderClassName
{
color: #75E568;
}
.AnyTagClassName
{
color: #75E568;
}
</style>
background-color css
<style>
a { background-color: #75E568; }
a { background-color: rgb(117,229,104); }
div.DivClassName
{
background-color: #75E568;
}
.BgClassName
{
background-color: #75E568;
}
</style>
border-color css
<style>
span { border-color: #75E568; }
span { border-color: rgb(117,229,104); }
td.TdClassName
{
border-color: #75E568;
}
.TagClassName
{
border-color: #75E568;
}
</style>