Shades of Pastel Green #68F98C
Tints of Pastel Green #68F98C
RGB
CMYK
RGB Variations
Color information
#68F98C (or 0x68F98C) is known color: Pastel Green. HEX triplet: 68, F9 and 8C. RGB value is (104,249,140). Sum of RGB (Red+Green+Blue) = 104+249+140=493 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.10% from 493); Green value is 249 (97.66% from 255 or 50.51% from 493); Blue value is 140 (55.08% from 255 or 28.40% from 493); Max value from RGB is 249 - color contains mainly: green. Hex color #68F98C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F98C is #970673. Grayscale: #C1C1C1. Windows color (decimal): -9897588 or 9238888. OLE color: 9238888.
HSL color Cylindrical-coordinate representation of color #68F98C: hue angle of 134.9º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68F98C is Cyan = 0.58, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 249 | 140 | - |
| CMYK | 0.58 | 0 | 0.44 | 0.02 |
| HSL | 134.9º | 0.92% | 0.69% | - |
| HSV(B) | 134.9º | 0.58% | 0.98% | - |
| XYZ | 44.32 | 72.59 | 36.49 | - |
| YUV | 193.22 | 97.96 | 64.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 249 | 140 | 0.58 | 0 | 0.44 | 0.02 | 134.9 | 0.92 | 0.69 |
| Hex | 68 | F9 | 8C | 3A | 0 | 2C | 2 | 87 | 5C | 45 |
| Octal | 150 | 371 | 214 | 72 | 0 | 54 | 2 | 207 | 134 | 105 |
| Binary | 1101000 | 11111001 | 10001100 | 111010 | 0 | 101100 | 10 | 10000111 | 1011100 | 1000101 |
Color Harmonies of #68F98C
Complementary color
Monochromatic Colors of #68F98C
Black with #68F98C
Text Example
Text Example
White with #68F98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F98C; }
p { color: rgb(104,249,140); }
H1.HeaderClassName
{
color: #68F98C;
}
.AnyTagClassName
{
color: #68F98C;
}
</style>
background-color css
<style>
a { background-color: #68F98C; }
a { background-color: rgb(104,249,140); }
div.DivClassName
{
background-color: #68F98C;
}
.BgClassName
{
background-color: #68F98C;
}
</style>
border-color css
<style>
span { border-color: #68F98C; }
span { border-color: rgb(104,249,140); }
td.TdClassName
{
border-color: #68F98C;
}
.TagClassName
{
border-color: #68F98C;
}
</style>