Shades of Pastel Green #75CB68
Tints of Pastel Green #75CB68
RGB
CMYK
RGB Variations
Color information
#75CB68 (or 0x75CB68) is known color: Pastel Green. HEX triplet: 75, CB and 68. RGB value is (117,203,104). Sum of RGB (Red+Green+Blue) = 117+203+104=424 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.59% from 424); Green value is 203 (79.69% from 255 or 47.88% from 424); Blue value is 104 (41.02% from 255 or 24.53% from 424); Max value from RGB is 203 - color contains mainly: green. Hex color #75CB68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75CB68 is #8A3497. Grayscale: #A6A6A6. Windows color (decimal): -9057432 or 6867829. OLE color: 6867829.
HSL color Cylindrical-coordinate representation of color #75CB68: hue angle of 112.12º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75CB68 is Cyan = 0.42, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 117 | 203 | 104 | - |
| CMYK | 0.42 | 0 | 0.49 | 0.20 |
| HSL | 112.12º | 0.49% | 0.6% | - |
| HSV(B) | 112.12º | 0.49% | 0.8% | - |
| XYZ | 31.19 | 47.49 | 20.62 | - |
| YUV | 166 | 93.01 | 93.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 203 | 104 | 0.42 | 0 | 0.49 | 0.20 | 112.12 | 0.49 | 0.6 |
| Hex | 75 | CB | 68 | 2A | 0 | 31 | 14 | 70 | 31 | 3C |
| Octal | 165 | 313 | 150 | 52 | 0 | 61 | 24 | 160 | 61 | 74 |
| Binary | 1110101 | 11001011 | 1101000 | 101010 | 0 | 110001 | 10100 | 1110000 | 110001 | 111100 |
Color Harmonies of #75CB68
Complementary color
Monochromatic Colors of #75CB68
Black with #75CB68
Text Example
Text Example
White with #75CB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CB68; }
p { color: rgb(117,203,104); }
H1.HeaderClassName
{
color: #75CB68;
}
.AnyTagClassName
{
color: #75CB68;
}
</style>
background-color css
<style>
a { background-color: #75CB68; }
a { background-color: rgb(117,203,104); }
div.DivClassName
{
background-color: #75CB68;
}
.BgClassName
{
background-color: #75CB68;
}
</style>
border-color css
<style>
span { border-color: #75CB68; }
span { border-color: rgb(117,203,104); }
td.TdClassName
{
border-color: #75CB68;
}
.TagClassName
{
border-color: #75CB68;
}
</style>