Shades of Pastel Green #6BCD7D
Tints of Pastel Green #6BCD7D
RGB
CMYK
RGB Variations
Color information
#6BCD7D (or 0x6BCD7D) is known color: Pastel Green. HEX triplet: 6B, CD and 7D. RGB value is (107,205,125). Sum of RGB (Red+Green+Blue) = 107+205+125=437 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.49% from 437); Green value is 205 (80.47% from 255 or 46.91% from 437); Blue value is 125 (49.22% from 255 or 28.60% from 437); Max value from RGB is 205 - color contains mainly: green. Hex color #6BCD7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BCD7D is #943282. Grayscale: #A6A6A6. Windows color (decimal): -9712259 or 8244587. OLE color: 8244587.
HSL color Cylindrical-coordinate representation of color #6BCD7D: hue angle of 131.02º 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 #6BCD7D is Cyan = 0.48, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 107 | 205 | 125 | - |
| CMYK | 0.48 | 0 | 0.39 | 0.20 |
| HSL | 131.02º | 0.49% | 0.61% | - |
| HSV(B) | 131.02º | 0.48% | 0.8% | - |
| XYZ | 31.6 | 48.27 | 27.05 | - |
| YUV | 166.58 | 104.53 | 85.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 205 | 125 | 0.48 | 0 | 0.39 | 0.20 | 131.02 | 0.49 | 0.61 |
| Hex | 6B | CD | 7D | 30 | 0 | 27 | 14 | 83 | 31 | 3D |
| Octal | 153 | 315 | 175 | 60 | 0 | 47 | 24 | 203 | 61 | 75 |
| Binary | 1101011 | 11001101 | 1111101 | 110000 | 0 | 100111 | 10100 | 10000011 | 110001 | 111101 |
Color Harmonies of #6BCD7D
Complementary color
Monochromatic Colors of #6BCD7D
Black with #6BCD7D
Text Example
Text Example
White with #6BCD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCD7D; }
p { color: rgb(107,205,125); }
H1.HeaderClassName
{
color: #6BCD7D;
}
.AnyTagClassName
{
color: #6BCD7D;
}
</style>
background-color css
<style>
a { background-color: #6BCD7D; }
a { background-color: rgb(107,205,125); }
div.DivClassName
{
background-color: #6BCD7D;
}
.BgClassName
{
background-color: #6BCD7D;
}
</style>
border-color css
<style>
span { border-color: #6BCD7D; }
span { border-color: rgb(107,205,125); }
td.TdClassName
{
border-color: #6BCD7D;
}
.TagClassName
{
border-color: #6BCD7D;
}
</style>