Shades of Pastel Green #6BCD81
Tints of Pastel Green #6BCD81
RGB
CMYK
RGB Variations
Color information
#6BCD81 (or 0x6BCD81) is known color: Pastel Green. HEX triplet: 6B, CD and 81. RGB value is (107,205,129). Sum of RGB (Red+Green+Blue) = 107+205+129=441 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.26% from 441); Green value is 205 (80.47% from 255 or 46.49% from 441); Blue value is 129 (50.78% from 255 or 29.25% from 441); Max value from RGB is 205 - color contains mainly: green. Hex color #6BCD81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BCD81 is #94327E. Grayscale: #A7A7A7. Windows color (decimal): -9712255 or 8506731. OLE color: 8506731.
HSL color Cylindrical-coordinate representation of color #6BCD81: hue angle of 133.47º 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 #6BCD81 is Cyan = 0.48, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 107 | 205 | 129 | - |
| CMYK | 0.48 | 0 | 0.37 | 0.20 |
| HSL | 133.47º | 0.49% | 0.61% | - |
| HSV(B) | 133.47º | 0.48% | 0.8% | - |
| XYZ | 31.86 | 48.37 | 28.43 | - |
| YUV | 167.03 | 106.53 | 85.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 205 | 129 | 0.48 | 0 | 0.37 | 0.20 | 133.47 | 0.49 | 0.61 |
| Hex | 6B | CD | 81 | 30 | 0 | 25 | 14 | 85 | 31 | 3D |
| Octal | 153 | 315 | 201 | 60 | 0 | 45 | 24 | 205 | 61 | 75 |
| Binary | 1101011 | 11001101 | 10000001 | 110000 | 0 | 100101 | 10100 | 10000101 | 110001 | 111101 |
Color Harmonies of #6BCD81
Complementary color
Monochromatic Colors of #6BCD81
Black with #6BCD81
Text Example
Text Example
White with #6BCD81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCD81; }
p { color: rgb(107,205,129); }
H1.HeaderClassName
{
color: #6BCD81;
}
.AnyTagClassName
{
color: #6BCD81;
}
</style>
background-color css
<style>
a { background-color: #6BCD81; }
a { background-color: rgb(107,205,129); }
div.DivClassName
{
background-color: #6BCD81;
}
.BgClassName
{
background-color: #6BCD81;
}
</style>
border-color css
<style>
span { border-color: #6BCD81; }
span { border-color: rgb(107,205,129); }
td.TdClassName
{
border-color: #6BCD81;
}
.TagClassName
{
border-color: #6BCD81;
}
</style>