Shades of Pastel Green #75DE75
Tints of Pastel Green #75DE75
RGB
CMYK
RGB Variations
Color information
#75DE75 (or 0x75DE75) is known color: Pastel Green. HEX triplet: 75, DE and 75. RGB value is (117,222,117). Sum of RGB (Red+Green+Blue) = 117+222+117=456 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.66% from 456); Green value is 222 (87.11% from 255 or 48.68% from 456); Blue value is 117 (46.09% from 255 or 25.66% from 456); Max value from RGB is 222 - color contains mainly: green. Hex color #75DE75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75DE75 is #8A218A. Grayscale: #B2B2B2. Windows color (decimal): -9052555 or 7724661. OLE color: 7724661.
HSL color Cylindrical-coordinate representation of color #75DE75: hue angle of 120º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75DE75 is Cyan = 0.47, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 222 | 117 | - |
| CMYK | 0.47 | 0 | 0.47 | 0.13 |
| HSL | 120º | 0.61% | 0.66% | - |
| HSV(B) | 120º | 0.47% | 0.87% | - |
| XYZ | 36.67 | 57.31 | 25.96 | - |
| YUV | 178.64 | 93.21 | 84.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 222 | 117 | 0.47 | 0 | 0.47 | 0.13 | 120 | 0.61 | 0.66 |
| Hex | 75 | DE | 75 | 2F | 0 | 2F | D | 78 | 3D | 42 |
| Octal | 165 | 336 | 165 | 57 | 0 | 57 | 15 | 170 | 75 | 102 |
| Binary | 1110101 | 11011110 | 1110101 | 101111 | 0 | 101111 | 1101 | 1111000 | 111101 | 1000010 |
Color Harmonies of #75DE75
Complementary color
Monochromatic Colors of #75DE75
Black with #75DE75
Text Example
Text Example
White with #75DE75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DE75; }
p { color: rgb(117,222,117); }
H1.HeaderClassName
{
color: #75DE75;
}
.AnyTagClassName
{
color: #75DE75;
}
</style>
background-color css
<style>
a { background-color: #75DE75; }
a { background-color: rgb(117,222,117); }
div.DivClassName
{
background-color: #75DE75;
}
.BgClassName
{
background-color: #75DE75;
}
</style>
border-color css
<style>
span { border-color: #75DE75; }
span { border-color: rgb(117,222,117); }
td.TdClassName
{
border-color: #75DE75;
}
.TagClassName
{
border-color: #75DE75;
}
</style>