Shades of Pastel Green #6BCD6D
Tints of Pastel Green #6BCD6D
RGB
CMYK
RGB Variations
Color information
#6BCD6D (or 0x6BCD6D) is known color: Pastel Green. HEX triplet: 6B, CD and 6D. RGB value is (107,205,109). Sum of RGB (Red+Green+Blue) = 107+205+109=421 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.42% from 421); Green value is 205 (80.47% from 255 or 48.69% from 421); Blue value is 109 (42.97% from 255 or 25.89% from 421); Max value from RGB is 205 - color contains mainly: green. Hex color #6BCD6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BCD6D is #943292. Grayscale: #A5A5A5. Windows color (decimal): -9712275 or 7196011. OLE color: 7196011.
HSL color Cylindrical-coordinate representation of color #6BCD6D: hue angle of 121.22º 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 #6BCD6D is Cyan = 0.48, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 107 | 205 | 109 | - |
| CMYK | 0.48 | 0 | 0.47 | 0.20 |
| HSL | 121.22º | 0.49% | 0.61% | - |
| HSV(B) | 121.22º | 0.48% | 0.8% | - |
| XYZ | 30.66 | 47.89 | 22.1 | - |
| YUV | 164.75 | 96.53 | 86.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 205 | 109 | 0.48 | 0 | 0.47 | 0.20 | 121.22 | 0.49 | 0.61 |
| Hex | 6B | CD | 6D | 30 | 0 | 2F | 14 | 79 | 31 | 3D |
| Octal | 153 | 315 | 155 | 60 | 0 | 57 | 24 | 171 | 61 | 75 |
| Binary | 1101011 | 11001101 | 1101101 | 110000 | 0 | 101111 | 10100 | 1111001 | 110001 | 111101 |
Color Harmonies of #6BCD6D
Complementary color
Monochromatic Colors of #6BCD6D
Black with #6BCD6D
Text Example
Text Example
White with #6BCD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCD6D; }
p { color: rgb(107,205,109); }
H1.HeaderClassName
{
color: #6BCD6D;
}
.AnyTagClassName
{
color: #6BCD6D;
}
</style>
background-color css
<style>
a { background-color: #6BCD6D; }
a { background-color: rgb(107,205,109); }
div.DivClassName
{
background-color: #6BCD6D;
}
.BgClassName
{
background-color: #6BCD6D;
}
</style>
border-color css
<style>
span { border-color: #6BCD6D; }
span { border-color: rgb(107,205,109); }
td.TdClassName
{
border-color: #6BCD6D;
}
.TagClassName
{
border-color: #6BCD6D;
}
</style>