Shades of Pastel Green #6BD06B
Tints of Pastel Green #6BD06B
RGB
CMYK
RGB Variations
Color information
#6BD06B (or 0x6BD06B) is known color: Pastel Green. HEX triplet: 6B, D0 and 6B. RGB value is (107,208,107). Sum of RGB (Red+Green+Blue) = 107+208+107=422 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.36% from 422); Green value is 208 (81.64% from 255 or 49.29% from 422); Blue value is 107 (42.19% from 255 or 25.36% from 422); Max value from RGB is 208 - color contains mainly: green. Hex color #6BD06B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BD06B is #942F94. Grayscale: #A6A6A6. Windows color (decimal): -9711509 or 7065707. OLE color: 7065707.
HSL color Cylindrical-coordinate representation of color #6BD06B: hue angle of 120º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6BD06B is Cyan = 0.49, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 107 | 208 | 107 | - |
| CMYK | 0.49 | 0 | 0.49 | 0.18 |
| HSL | 120º | 0.52% | 0.62% | - |
| HSV(B) | 120º | 0.49% | 0.82% | - |
| XYZ | 31.27 | 49.3 | 21.78 | - |
| YUV | 166.29 | 94.54 | 85.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 208 | 107 | 0.49 | 0 | 0.49 | 0.18 | 120 | 0.52 | 0.62 |
| Hex | 6B | D0 | 6B | 31 | 0 | 31 | 12 | 78 | 34 | 3E |
| Octal | 153 | 320 | 153 | 61 | 0 | 61 | 22 | 170 | 64 | 76 |
| Binary | 1101011 | 11010000 | 1101011 | 110001 | 0 | 110001 | 10010 | 1111000 | 110100 | 111110 |
Color Harmonies of #6BD06B
Complementary color
Monochromatic Colors of #6BD06B
Black with #6BD06B
Text Example
Text Example
White with #6BD06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BD06B; }
p { color: rgb(107,208,107); }
H1.HeaderClassName
{
color: #6BD06B;
}
.AnyTagClassName
{
color: #6BD06B;
}
</style>
background-color css
<style>
a { background-color: #6BD06B; }
a { background-color: rgb(107,208,107); }
div.DivClassName
{
background-color: #6BD06B;
}
.BgClassName
{
background-color: #6BD06B;
}
</style>
border-color css
<style>
span { border-color: #6BD06B; }
span { border-color: rgb(107,208,107); }
td.TdClassName
{
border-color: #6BD06B;
}
.TagClassName
{
border-color: #6BD06B;
}
</style>