Shades of Pastel Green #75CB6F
Tints of Pastel Green #75CB6F
RGB
CMYK
RGB Variations
Color information
#75CB6F (or 0x75CB6F) is known color: Pastel Green. HEX triplet: 75, CB and 6F. RGB value is (117,203,111). Sum of RGB (Red+Green+Blue) = 117+203+111=431 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.15% from 431); Green value is 203 (79.69% from 255 or 47.10% from 431); Blue value is 111 (43.75% from 255 or 25.75% from 431); Max value from RGB is 203 - color contains mainly: green. Hex color #75CB6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75CB6F is #8A3490. Grayscale: #A7A7A7. Windows color (decimal): -9057425 or 7326581. OLE color: 7326581.
HSL color Cylindrical-coordinate representation of color #75CB6F: hue angle of 116.09º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75CB6F is Cyan = 0.42, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 117 | 203 | 111 | - |
| CMYK | 0.42 | 0 | 0.45 | 0.20 |
| HSL | 116.09º | 0.47% | 0.62% | - |
| HSV(B) | 116.09º | 0.45% | 0.8% | - |
| XYZ | 31.56 | 47.64 | 22.57 | - |
| YUV | 166.8 | 96.51 | 92.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 203 | 111 | 0.42 | 0 | 0.45 | 0.20 | 116.09 | 0.47 | 0.62 |
| Hex | 75 | CB | 6F | 2A | 0 | 2D | 14 | 74 | 2F | 3E |
| Octal | 165 | 313 | 157 | 52 | 0 | 55 | 24 | 164 | 57 | 76 |
| Binary | 1110101 | 11001011 | 1101111 | 101010 | 0 | 101101 | 10100 | 1110100 | 101111 | 111110 |
Color Harmonies of #75CB6F
Complementary color
Monochromatic Colors of #75CB6F
Black with #75CB6F
Text Example
Text Example
White with #75CB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CB6F; }
p { color: rgb(117,203,111); }
H1.HeaderClassName
{
color: #75CB6F;
}
.AnyTagClassName
{
color: #75CB6F;
}
</style>
background-color css
<style>
a { background-color: #75CB6F; }
a { background-color: rgb(117,203,111); }
div.DivClassName
{
background-color: #75CB6F;
}
.BgClassName
{
background-color: #75CB6F;
}
</style>
border-color css
<style>
span { border-color: #75CB6F; }
span { border-color: rgb(117,203,111); }
td.TdClassName
{
border-color: #75CB6F;
}
.TagClassName
{
border-color: #75CB6F;
}
</style>