Shades of Pastel Green #6BCD7B
Tints of Pastel Green #6BCD7B
RGB
CMYK
RGB Variations
Color information
#6BCD7B (or 0x6BCD7B) is known color: Pastel Green. HEX triplet: 6B, CD and 7B. RGB value is (107,205,123). Sum of RGB (Red+Green+Blue) = 107+205+123=435 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.60% from 435); Green value is 205 (80.47% from 255 or 47.13% from 435); Blue value is 123 (48.44% from 255 or 28.28% from 435); Max value from RGB is 205 - color contains mainly: green. Hex color #6BCD7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BCD7B is #943284. Grayscale: #A6A6A6. Windows color (decimal): -9712261 or 8113515. OLE color: 8113515.
HSL color Cylindrical-coordinate representation of color #6BCD7B: hue angle of 129.8º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BCD7B is Cyan = 0.48, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 107 | 205 | 123 | - |
| CMYK | 0.48 | 0 | 0.4 | 0.20 |
| HSL | 129.8º | 0.49% | 0.61% | - |
| HSV(B) | 129.8º | 0.48% | 0.8% | - |
| XYZ | 31.47 | 48.22 | 26.39 | - |
| YUV | 166.35 | 103.53 | 85.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 205 | 123 | 0.48 | 0 | 0.4 | 0.20 | 129.8 | 0.49 | 0.61 |
| Hex | 6B | CD | 7B | 30 | 0 | 28 | 14 | 82 | 31 | 3D |
| Octal | 153 | 315 | 173 | 60 | 0 | 50 | 24 | 202 | 61 | 75 |
| Binary | 1101011 | 11001101 | 1111011 | 110000 | 0 | 101000 | 10100 | 10000010 | 110001 | 111101 |
Color Harmonies of #6BCD7B
Complementary color
Monochromatic Colors of #6BCD7B
Black with #6BCD7B
Text Example
Text Example
White with #6BCD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCD7B; }
p { color: rgb(107,205,123); }
H1.HeaderClassName
{
color: #6BCD7B;
}
.AnyTagClassName
{
color: #6BCD7B;
}
</style>
background-color css
<style>
a { background-color: #6BCD7B; }
a { background-color: rgb(107,205,123); }
div.DivClassName
{
background-color: #6BCD7B;
}
.BgClassName
{
background-color: #6BCD7B;
}
</style>
border-color css
<style>
span { border-color: #6BCD7B; }
span { border-color: rgb(107,205,123); }
td.TdClassName
{
border-color: #6BCD7B;
}
.TagClassName
{
border-color: #6BCD7B;
}
</style>