Shades of Pastel Green #68F285
Tints of Pastel Green #68F285
RGB
CMYK
RGB Variations
Color information
#68F285 (or 0x68F285) is known color: Pastel Green. HEX triplet: 68, F2 and 85. RGB value is (104,242,133). Sum of RGB (Red+Green+Blue) = 104+242+133=479 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.71% from 479); Green value is 242 (94.92% from 255 or 50.52% from 479); Blue value is 133 (52.34% from 255 or 27.77% from 479); Max value from RGB is 242 - color contains mainly: green. Hex color #68F285 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F285 is #970D7A. Grayscale: #BCBCBC. Windows color (decimal): -9899387 or 8778344. OLE color: 8778344.
HSL color Cylindrical-coordinate representation of color #68F285: hue angle of 132.61º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68F285 is Cyan = 0.57, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 242 | 133 | - |
| CMYK | 0.57 | 0 | 0.45 | 0.05 |
| HSL | 132.61º | 0.84% | 0.68% | - |
| HSV(B) | 132.61º | 0.57% | 0.95% | - |
| XYZ | 41.69 | 68.14 | 33.15 | - |
| YUV | 188.31 | 96.78 | 67.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 242 | 133 | 0.57 | 0 | 0.45 | 0.05 | 132.61 | 0.84 | 0.68 |
| Hex | 68 | F2 | 85 | 39 | 0 | 2D | 5 | 85 | 54 | 44 |
| Octal | 150 | 362 | 205 | 71 | 0 | 55 | 5 | 205 | 124 | 104 |
| Binary | 1101000 | 11110010 | 10000101 | 111001 | 0 | 101101 | 101 | 10000101 | 1010100 | 1000100 |
Color Harmonies of #68F285
Complementary color
Monochromatic Colors of #68F285
Black with #68F285
Text Example
Text Example
White with #68F285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F285; }
p { color: rgb(104,242,133); }
H1.HeaderClassName
{
color: #68F285;
}
.AnyTagClassName
{
color: #68F285;
}
</style>
background-color css
<style>
a { background-color: #68F285; }
a { background-color: rgb(104,242,133); }
div.DivClassName
{
background-color: #68F285;
}
.BgClassName
{
background-color: #68F285;
}
</style>
border-color css
<style>
span { border-color: #68F285; }
span { border-color: rgb(104,242,133); }
td.TdClassName
{
border-color: #68F285;
}
.TagClassName
{
border-color: #68F285;
}
</style>