Shades of Pastel Green #6BDD68
Tints of Pastel Green #6BDD68
RGB
CMYK
RGB Variations
Color information
#6BDD68 (or 0x6BDD68) is known color: Pastel Green. HEX triplet: 6B, DD and 68. RGB value is (107,221,104). Sum of RGB (Red+Green+Blue) = 107+221+104=432 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.77% from 432); Green value is 221 (86.72% from 255 or 51.16% from 432); Blue value is 104 (41.02% from 255 or 24.07% from 432); Max value from RGB is 221 - color contains mainly: green. Hex color #6BDD68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BDD68 is #942297. Grayscale: #ADADAD. Windows color (decimal): -9708184 or 6872427. OLE color: 6872427.
HSL color Cylindrical-coordinate representation of color #6BDD68: hue angle of 118.46º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6BDD68 is Cyan = 0.52, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 221 | 104 | - |
| CMYK | 0.52 | 0 | 0.53 | 0.13 |
| HSL | 118.46º | 0.63% | 0.64% | - |
| HSV(B) | 118.46º | 0.53% | 0.87% | - |
| XYZ | 34.42 | 55.84 | 22.06 | - |
| YUV | 173.58 | 88.73 | 80.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 221 | 104 | 0.52 | 0 | 0.53 | 0.13 | 118.46 | 0.63 | 0.64 |
| Hex | 6B | DD | 68 | 34 | 0 | 35 | D | 76 | 3F | 40 |
| Octal | 153 | 335 | 150 | 64 | 0 | 65 | 15 | 166 | 77 | 100 |
| Binary | 1101011 | 11011101 | 1101000 | 110100 | 0 | 110101 | 1101 | 1110110 | 111111 | 1000000 |
Color Harmonies of #6BDD68
Complementary color
Monochromatic Colors of #6BDD68
Black with #6BDD68
Text Example
Text Example
White with #6BDD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDD68; }
p { color: rgb(107,221,104); }
H1.HeaderClassName
{
color: #6BDD68;
}
.AnyTagClassName
{
color: #6BDD68;
}
</style>
background-color css
<style>
a { background-color: #6BDD68; }
a { background-color: rgb(107,221,104); }
div.DivClassName
{
background-color: #6BDD68;
}
.BgClassName
{
background-color: #6BDD68;
}
</style>
border-color css
<style>
span { border-color: #6BDD68; }
span { border-color: rgb(107,221,104); }
td.TdClassName
{
border-color: #6BDD68;
}
.TagClassName
{
border-color: #6BDD68;
}
</style>