Shades of Pastel Green #75CE70
Tints of Pastel Green #75CE70
RGB
CMYK
RGB Variations
Color information
#75CE70 (or 0x75CE70) is known color: Pastel Green. HEX triplet: 75, CE and 70. RGB value is (117,206,112). Sum of RGB (Red+Green+Blue) = 117+206+112=435 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.90% from 435); Green value is 206 (80.86% from 255 or 47.36% from 435); Blue value is 112 (44.14% from 255 or 25.75% from 435); Max value from RGB is 206 - color contains mainly: green. Hex color #75CE70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75CE70 is #8A318F. Grayscale: #A8A8A8. Windows color (decimal): -9056656 or 7392885. OLE color: 7392885.
HSL color Cylindrical-coordinate representation of color #75CE70: hue angle of 116.81º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75CE70 is Cyan = 0.43, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 206 | 112 | - |
| CMYK | 0.43 | 0 | 0.46 | 0.19 |
| HSL | 116.81º | 0.49% | 0.62% | - |
| HSV(B) | 116.81º | 0.46% | 0.81% | - |
| XYZ | 32.33 | 49.09 | 23.1 | - |
| YUV | 168.67 | 96.01 | 91.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 206 | 112 | 0.43 | 0 | 0.46 | 0.19 | 116.81 | 0.49 | 0.62 |
| Hex | 75 | CE | 70 | 2B | 0 | 2E | 13 | 75 | 31 | 3E |
| Octal | 165 | 316 | 160 | 53 | 0 | 56 | 23 | 165 | 61 | 76 |
| Binary | 1110101 | 11001110 | 1110000 | 101011 | 0 | 101110 | 10011 | 1110101 | 110001 | 111110 |
Color Harmonies of #75CE70
Complementary color
Monochromatic Colors of #75CE70
Black with #75CE70
Text Example
Text Example
White with #75CE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CE70; }
p { color: rgb(117,206,112); }
H1.HeaderClassName
{
color: #75CE70;
}
.AnyTagClassName
{
color: #75CE70;
}
</style>
background-color css
<style>
a { background-color: #75CE70; }
a { background-color: rgb(117,206,112); }
div.DivClassName
{
background-color: #75CE70;
}
.BgClassName
{
background-color: #75CE70;
}
</style>
border-color css
<style>
span { border-color: #75CE70; }
span { border-color: rgb(117,206,112); }
td.TdClassName
{
border-color: #75CE70;
}
.TagClassName
{
border-color: #75CE70;
}
</style>