Shades of Pastel Green #6DE968
Tints of Pastel Green #6DE968
RGB
CMYK
RGB Variations
Color information
#6DE968 (or 0x6DE968) is known color: Pastel Green. HEX triplet: 6D, E9 and 68. RGB value is (109,233,104). Sum of RGB (Red+Green+Blue) = 109+233+104=446 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.44% from 446); Green value is 233 (91.41% from 255 or 52.24% from 446); Blue value is 104 (41.02% from 255 or 23.32% from 446); Max value from RGB is 233 - color contains mainly: green. Hex color #6DE968 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6DE968 is #921697. Grayscale: #B5B5B5. Windows color (decimal): -9574040 or 6875501. OLE color: 6875501.
HSL color Cylindrical-coordinate representation of color #6DE968: hue angle of 117.67º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DE968 is Cyan = 0.53, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 109 | 233 | 104 | - |
| CMYK | 0.53 | 0 | 0.55 | 0.09 |
| HSL | 117.67º | 0.75% | 0.66% | - |
| HSV(B) | 117.67º | 0.55% | 0.91% | - |
| XYZ | 37.94 | 62.53 | 23.17 | - |
| YUV | 181.22 | 84.42 | 76.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 233 | 104 | 0.53 | 0 | 0.55 | 0.09 | 117.67 | 0.75 | 0.66 |
| Hex | 6D | E9 | 68 | 35 | 0 | 37 | 9 | 76 | 4B | 42 |
| Octal | 155 | 351 | 150 | 65 | 0 | 67 | 11 | 166 | 113 | 102 |
| Binary | 1101101 | 11101001 | 1101000 | 110101 | 0 | 110111 | 1001 | 1110110 | 1001011 | 1000010 |
Color Harmonies of #6DE968
Complementary color
Monochromatic Colors of #6DE968
Black with #6DE968
Text Example
Text Example
White with #6DE968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DE968; }
p { color: rgb(109,233,104); }
H1.HeaderClassName
{
color: #6DE968;
}
.AnyTagClassName
{
color: #6DE968;
}
</style>
background-color css
<style>
a { background-color: #6DE968; }
a { background-color: rgb(109,233,104); }
div.DivClassName
{
background-color: #6DE968;
}
.BgClassName
{
background-color: #6DE968;
}
</style>
border-color css
<style>
span { border-color: #6DE968; }
span { border-color: rgb(109,233,104); }
td.TdClassName
{
border-color: #6DE968;
}
.TagClassName
{
border-color: #6DE968;
}
</style>