Shades of Pastel Green #6BDA6E
Tints of Pastel Green #6BDA6E
RGB
CMYK
RGB Variations
Color information
#6BDA6E (or 0x6BDA6E) is known color: Pastel Green. HEX triplet: 6B, DA and 6E. RGB value is (107,218,110). Sum of RGB (Red+Green+Blue) = 107+218+110=435 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.60% from 435); Green value is 218 (85.55% from 255 or 50.11% from 435); Blue value is 110 (43.36% from 255 or 25.29% from 435); Max value from RGB is 218 - color contains mainly: green. Hex color #6BDA6E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BDA6E is #942591. Grayscale: #ACACAC. Windows color (decimal): -9708946 or 7264875. OLE color: 7264875.
HSL color Cylindrical-coordinate representation of color #6BDA6E: hue angle of 121.62º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BDA6E is Cyan = 0.51, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 107 | 218 | 110 | - |
| CMYK | 0.51 | 0 | 0.50 | 0.15 |
| HSL | 121.62º | 0.6% | 0.64% | - |
| HSV(B) | 121.62º | 0.51% | 0.85% | - |
| XYZ | 33.95 | 54.39 | 23.46 | - |
| YUV | 172.5 | 92.73 | 81.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 218 | 110 | 0.51 | 0 | 0.50 | 0.15 | 121.62 | 0.6 | 0.64 |
| Hex | 6B | DA | 6E | 33 | 0 | 32 | F | 7A | 3C | 40 |
| Octal | 153 | 332 | 156 | 63 | 0 | 62 | 17 | 172 | 74 | 100 |
| Binary | 1101011 | 11011010 | 1101110 | 110011 | 0 | 110010 | 1111 | 1111010 | 111100 | 1000000 |
Color Harmonies of #6BDA6E
Complementary color
Monochromatic Colors of #6BDA6E
Black with #6BDA6E
Text Example
Text Example
White with #6BDA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDA6E; }
p { color: rgb(107,218,110); }
H1.HeaderClassName
{
color: #6BDA6E;
}
.AnyTagClassName
{
color: #6BDA6E;
}
</style>
background-color css
<style>
a { background-color: #6BDA6E; }
a { background-color: rgb(107,218,110); }
div.DivClassName
{
background-color: #6BDA6E;
}
.BgClassName
{
background-color: #6BDA6E;
}
</style>
border-color css
<style>
span { border-color: #6BDA6E; }
span { border-color: rgb(107,218,110); }
td.TdClassName
{
border-color: #6BDA6E;
}
.TagClassName
{
border-color: #6BDA6E;
}
</style>