Shades of Pastel Green #68CF62
Tints of Pastel Green #68CF62
RGB
CMYK
RGB Variations
Color information
#68CF62 (or 0x68CF62) is known color: Pastel Green. HEX triplet: 68, CF and 62. RGB value is (104,207,98). Sum of RGB (Red+Green+Blue) = 104+207+98=409 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.43% from 409); Green value is 207 (81.25% from 255 or 50.61% from 409); Blue value is 98 (38.67% from 255 or 23.96% from 409); Max value from RGB is 207 - color contains mainly: green. Hex color #68CF62 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68CF62 is #97309D. Grayscale: #A4A4A4. Windows color (decimal): -9908382 or 6475624. OLE color: 6475624.
HSL color Cylindrical-coordinate representation of color #68CF62: hue angle of 116.7º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68CF62 is Cyan = 0.50, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 207 | 98 | - |
| CMYK | 0.50 | 0 | 0.53 | 0.19 |
| HSL | 116.7º | 0.53% | 0.6% | - |
| HSV(B) | 116.7º | 0.53% | 0.81% | - |
| XYZ | 30.23 | 48.45 | 19.31 | - |
| YUV | 163.78 | 90.88 | 85.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 207 | 98 | 0.50 | 0 | 0.53 | 0.19 | 116.7 | 0.53 | 0.6 |
| Hex | 68 | CF | 62 | 32 | 0 | 35 | 13 | 75 | 35 | 3C |
| Octal | 150 | 317 | 142 | 62 | 0 | 65 | 23 | 165 | 65 | 74 |
| Binary | 1101000 | 11001111 | 1100010 | 110010 | 0 | 110101 | 10011 | 1110101 | 110101 | 111100 |
Color Harmonies of #68CF62
Complementary color
Monochromatic Colors of #68CF62
Black with #68CF62
Text Example
Text Example
White with #68CF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CF62; }
p { color: rgb(104,207,98); }
H1.HeaderClassName
{
color: #68CF62;
}
.AnyTagClassName
{
color: #68CF62;
}
</style>
background-color css
<style>
a { background-color: #68CF62; }
a { background-color: rgb(104,207,98); }
div.DivClassName
{
background-color: #68CF62;
}
.BgClassName
{
background-color: #68CF62;
}
</style>
border-color css
<style>
span { border-color: #68CF62; }
span { border-color: rgb(104,207,98); }
td.TdClassName
{
border-color: #68CF62;
}
.TagClassName
{
border-color: #68CF62;
}
</style>