Shades of Pastel Green #68CF7A
Tints of Pastel Green #68CF7A
RGB
CMYK
RGB Variations
Color information
#68CF7A (or 0x68CF7A) is known color: Pastel Green. HEX triplet: 68, CF and 7A. RGB value is (104,207,122). Sum of RGB (Red+Green+Blue) = 104+207+122=433 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.02% from 433); Green value is 207 (81.25% from 255 or 47.81% from 433); Blue value is 122 (48.05% from 255 or 28.18% from 433); Max value from RGB is 207 - color contains mainly: green. Hex color #68CF7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68CF7A is #973085. Grayscale: #A6A6A6. Windows color (decimal): -9908358 or 8048488. OLE color: 8048488.
HSL color Cylindrical-coordinate representation of color #68CF7A: hue angle of 130.49º 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 #68CF7A is Cyan = 0.50, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 207 | 122 | - |
| CMYK | 0.50 | 0 | 0.41 | 0.19 |
| HSL | 130.49º | 0.52% | 0.61% | - |
| HSV(B) | 130.49º | 0.5% | 0.81% | - |
| XYZ | 31.53 | 48.97 | 26.2 | - |
| YUV | 166.51 | 102.88 | 83.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 207 | 122 | 0.50 | 0 | 0.41 | 0.19 | 130.49 | 0.52 | 0.61 |
| Hex | 68 | CF | 7A | 32 | 0 | 29 | 13 | 82 | 34 | 3D |
| Octal | 150 | 317 | 172 | 62 | 0 | 51 | 23 | 202 | 64 | 75 |
| Binary | 1101000 | 11001111 | 1111010 | 110010 | 0 | 101001 | 10011 | 10000010 | 110100 | 111101 |
Color Harmonies of #68CF7A
Complementary color
Monochromatic Colors of #68CF7A
Black with #68CF7A
Text Example
Text Example
White with #68CF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CF7A; }
p { color: rgb(104,207,122); }
H1.HeaderClassName
{
color: #68CF7A;
}
.AnyTagClassName
{
color: #68CF7A;
}
</style>
background-color css
<style>
a { background-color: #68CF7A; }
a { background-color: rgb(104,207,122); }
div.DivClassName
{
background-color: #68CF7A;
}
.BgClassName
{
background-color: #68CF7A;
}
</style>
border-color css
<style>
span { border-color: #68CF7A; }
span { border-color: rgb(104,207,122); }
td.TdClassName
{
border-color: #68CF7A;
}
.TagClassName
{
border-color: #68CF7A;
}
</style>