Shades of Pastel Green #68F385
Tints of Pastel Green #68F385
RGB
CMYK
RGB Variations
Color information
#68F385 (or 0x68F385) is known color: Pastel Green. HEX triplet: 68, F3 and 85. RGB value is (104,243,133). Sum of RGB (Red+Green+Blue) = 104+243+133=480 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.67% from 480); Green value is 243 (95.31% from 255 or 50.62% from 480); Blue value is 133 (52.34% from 255 or 27.71% from 480); Max value from RGB is 243 - color contains mainly: green. Hex color #68F385 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F385 is #970C7A. Grayscale: #BDBDBD. Windows color (decimal): -9899131 or 8778600. OLE color: 8778600.
HSL color Cylindrical-coordinate representation of color #68F385: hue angle of 132.52º degrees, saturation: 0.85, 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 #68F385 is Cyan = 0.57, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 243 | 133 | - |
| CMYK | 0.57 | 0 | 0.45 | 0.05 |
| HSL | 132.52º | 0.85% | 0.68% | - |
| HSV(B) | 132.52º | 0.57% | 0.95% | - |
| XYZ | 41.99 | 68.74 | 33.24 | - |
| YUV | 188.9 | 96.45 | 67.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 243 | 133 | 0.57 | 0 | 0.45 | 0.05 | 132.52 | 0.85 | 0.68 |
| Hex | 68 | F3 | 85 | 39 | 0 | 2D | 5 | 85 | 55 | 44 |
| Octal | 150 | 363 | 205 | 71 | 0 | 55 | 5 | 205 | 125 | 104 |
| Binary | 1101000 | 11110011 | 10000101 | 111001 | 0 | 101101 | 101 | 10000101 | 1010101 | 1000100 |
Color Harmonies of #68F385
Complementary color
Monochromatic Colors of #68F385
Black with #68F385
Text Example
Text Example
White with #68F385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F385; }
p { color: rgb(104,243,133); }
H1.HeaderClassName
{
color: #68F385;
}
.AnyTagClassName
{
color: #68F385;
}
</style>
background-color css
<style>
a { background-color: #68F385; }
a { background-color: rgb(104,243,133); }
div.DivClassName
{
background-color: #68F385;
}
.BgClassName
{
background-color: #68F385;
}
</style>
border-color css
<style>
span { border-color: #68F385; }
span { border-color: rgb(104,243,133); }
td.TdClassName
{
border-color: #68F385;
}
.TagClassName
{
border-color: #68F385;
}
</style>