Shades of Pastel Green #68F692
Tints of Pastel Green #68F692
RGB
CMYK
RGB Variations
Color information
#68F692 (or 0x68F692) is known color: Pastel Green. HEX triplet: 68, F6 and 92. RGB value is (104,246,146). Sum of RGB (Red+Green+Blue) = 104+246+146=496 (65% of max value = 765). Red value is 104 (41.02% from 255 or 20.97% from 496); Green value is 246 (96.48% from 255 or 49.60% from 496); Blue value is 146 (57.42% from 255 or 29.44% from 496); Max value from RGB is 246 - color contains mainly: green. Hex color #68F692 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F692 is #97096D. Grayscale: #C0C0C0. Windows color (decimal): -9898350 or 9631336. OLE color: 9631336.
HSL color Cylindrical-coordinate representation of color #68F692: hue angle of 137.75º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68F692 is Cyan = 0.58, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 104 | 246 | 146 | - |
| CMYK | 0.58 | 0 | 0.41 | 0.04 |
| HSL | 137.75º | 0.89% | 0.69% | - |
| HSV(B) | 137.75º | 0.58% | 0.96% | - |
| XYZ | 43.85 | 70.93 | 38.57 | - |
| YUV | 192.14 | 101.96 | 65.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 246 | 146 | 0.58 | 0 | 0.41 | 0.04 | 137.75 | 0.89 | 0.69 |
| Hex | 68 | F6 | 92 | 3A | 0 | 29 | 4 | 8A | 59 | 45 |
| Octal | 150 | 366 | 222 | 72 | 0 | 51 | 4 | 212 | 131 | 105 |
| Binary | 1101000 | 11110110 | 10010010 | 111010 | 0 | 101001 | 100 | 10001010 | 1011001 | 1000101 |
Color Harmonies of #68F692
Complementary color
Monochromatic Colors of #68F692
Black with #68F692
Text Example
Text Example
White with #68F692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F692; }
p { color: rgb(104,246,146); }
H1.HeaderClassName
{
color: #68F692;
}
.AnyTagClassName
{
color: #68F692;
}
</style>
background-color css
<style>
a { background-color: #68F692; }
a { background-color: rgb(104,246,146); }
div.DivClassName
{
background-color: #68F692;
}
.BgClassName
{
background-color: #68F692;
}
</style>
border-color css
<style>
span { border-color: #68F692; }
span { border-color: rgb(104,246,146); }
td.TdClassName
{
border-color: #68F692;
}
.TagClassName
{
border-color: #68F692;
}
</style>