Shades of Pastel Green #75E867
Tints of Pastel Green #75E867
RGB
CMYK
RGB Variations
Color information
#75E867 (or 0x75E867) is known color: Pastel Green. HEX triplet: 75, E8 and 67. RGB value is (117,232,103). Sum of RGB (Red+Green+Blue) = 117+232+103=452 (59% of max value = 765). Red value is 117 (46.09% from 255 or 25.88% from 452); Green value is 232 (91.02% from 255 or 51.33% from 452); Blue value is 103 (40.62% from 255 or 22.79% from 452); Max value from RGB is 232 - color contains mainly: green. Hex color #75E867 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #75E867 is #8A1798. Grayscale: #B7B7B7. Windows color (decimal): -9050009 or 6809717. OLE color: 6809717.
HSL color Cylindrical-coordinate representation of color #75E867: hue angle of 113.49º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #75E867 is Cyan = 0.50, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 117 | 232 | 103 | - |
| CMYK | 0.50 | 0 | 0.56 | 0.09 |
| HSL | 113.49º | 0.74% | 0.66% | - |
| HSV(B) | 113.49º | 0.56% | 0.91% | - |
| XYZ | 38.64 | 62.47 | 22.85 | - |
| YUV | 182.91 | 82.9 | 80.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 232 | 103 | 0.50 | 0 | 0.56 | 0.09 | 113.49 | 0.74 | 0.66 |
| Hex | 75 | E8 | 67 | 32 | 0 | 38 | 9 | 71 | 4A | 42 |
| Octal | 165 | 350 | 147 | 62 | 0 | 70 | 11 | 161 | 112 | 102 |
| Binary | 1110101 | 11101000 | 1100111 | 110010 | 0 | 111000 | 1001 | 1110001 | 1001010 | 1000010 |
Color Harmonies of #75E867
Complementary color
Monochromatic Colors of #75E867
Black with #75E867
Text Example
Text Example
White with #75E867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E867; }
p { color: rgb(117,232,103); }
H1.HeaderClassName
{
color: #75E867;
}
.AnyTagClassName
{
color: #75E867;
}
</style>
background-color css
<style>
a { background-color: #75E867; }
a { background-color: rgb(117,232,103); }
div.DivClassName
{
background-color: #75E867;
}
.BgClassName
{
background-color: #75E867;
}
</style>
border-color css
<style>
span { border-color: #75E867; }
span { border-color: rgb(117,232,103); }
td.TdClassName
{
border-color: #75E867;
}
.TagClassName
{
border-color: #75E867;
}
</style>