Shades of Pastel Green #68CF75
Tints of Pastel Green #68CF75
RGB
CMYK
RGB Variations
Color information
#68CF75 (or 0x68CF75) is known color: Pastel Green. HEX triplet: 68, CF and 75. RGB value is (104,207,117). Sum of RGB (Red+Green+Blue) = 104+207+117=428 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.30% from 428); Green value is 207 (81.25% from 255 or 48.36% from 428); Blue value is 117 (46.09% from 255 or 27.34% from 428); Max value from RGB is 207 - color contains mainly: green. Hex color #68CF75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68CF75 is #97308A. Grayscale: #A6A6A6. Windows color (decimal): -9908363 or 7720808. OLE color: 7720808.
HSL color Cylindrical-coordinate representation of color #68CF75: hue angle of 127.57º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68CF75 is Cyan = 0.50, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 207 | 117 | - |
| CMYK | 0.50 | 0 | 0.43 | 0.19 |
| HSL | 127.57º | 0.52% | 0.61% | - |
| HSV(B) | 127.57º | 0.5% | 0.81% | - |
| XYZ | 31.23 | 48.85 | 24.61 | - |
| YUV | 165.94 | 100.38 | 83.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 207 | 117 | 0.50 | 0 | 0.43 | 0.19 | 127.57 | 0.52 | 0.61 |
| Hex | 68 | CF | 75 | 32 | 0 | 2B | 13 | 80 | 34 | 3D |
| Octal | 150 | 317 | 165 | 62 | 0 | 53 | 23 | 200 | 64 | 75 |
| Binary | 1101000 | 11001111 | 1110101 | 110010 | 0 | 101011 | 10011 | 10000000 | 110100 | 111101 |
Color Harmonies of #68CF75
Complementary color
Monochromatic Colors of #68CF75
Black with #68CF75
Text Example
Text Example
White with #68CF75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CF75; }
p { color: rgb(104,207,117); }
H1.HeaderClassName
{
color: #68CF75;
}
.AnyTagClassName
{
color: #68CF75;
}
</style>
background-color css
<style>
a { background-color: #68CF75; }
a { background-color: rgb(104,207,117); }
div.DivClassName
{
background-color: #68CF75;
}
.BgClassName
{
background-color: #68CF75;
}
</style>
border-color css
<style>
span { border-color: #68CF75; }
span { border-color: rgb(104,207,117); }
td.TdClassName
{
border-color: #68CF75;
}
.TagClassName
{
border-color: #68CF75;
}
</style>