Shades of Pastel Green #68ED7B
Tints of Pastel Green #68ED7B
RGB
CMYK
RGB Variations
Color information
#68ED7B (or 0x68ED7B) is known color: Pastel Green. HEX triplet: 68, ED and 7B. RGB value is (104,237,123). Sum of RGB (Red+Green+Blue) = 104+237+123=464 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.41% from 464); Green value is 237 (92.97% from 255 or 51.08% from 464); Blue value is 123 (48.44% from 255 or 26.51% from 464); Max value from RGB is 237 - color contains mainly: green. Hex color #68ED7B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #68ED7B is #971284. Grayscale: #B8B8B8. Windows color (decimal): -9900677 or 8121704. OLE color: 8121704.
HSL color Cylindrical-coordinate representation of color #68ED7B: hue angle of 128.57º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68ED7B is Cyan = 0.56, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 237 | 123 | - |
| CMYK | 0.56 | 0 | 0.48 | 0.07 |
| HSL | 128.57º | 0.79% | 0.67% | - |
| HSV(B) | 128.57º | 0.56% | 0.93% | - |
| XYZ | 39.57 | 64.94 | 29.19 | - |
| YUV | 184.24 | 93.44 | 70.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 237 | 123 | 0.56 | 0 | 0.48 | 0.07 | 128.57 | 0.79 | 0.67 |
| Hex | 68 | ED | 7B | 38 | 0 | 30 | 7 | 81 | 4F | 43 |
| Octal | 150 | 355 | 173 | 70 | 0 | 60 | 7 | 201 | 117 | 103 |
| Binary | 1101000 | 11101101 | 1111011 | 111000 | 0 | 110000 | 111 | 10000001 | 1001111 | 1000011 |
Color Harmonies of #68ED7B
Complementary color
Monochromatic Colors of #68ED7B
Black with #68ED7B
Text Example
Text Example
White with #68ED7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ED7B; }
p { color: rgb(104,237,123); }
H1.HeaderClassName
{
color: #68ED7B;
}
.AnyTagClassName
{
color: #68ED7B;
}
</style>
background-color css
<style>
a { background-color: #68ED7B; }
a { background-color: rgb(104,237,123); }
div.DivClassName
{
background-color: #68ED7B;
}
.BgClassName
{
background-color: #68ED7B;
}
</style>
border-color css
<style>
span { border-color: #68ED7B; }
span { border-color: rgb(104,237,123); }
td.TdClassName
{
border-color: #68ED7B;
}
.TagClassName
{
border-color: #68ED7B;
}
</style>