Shades of Pastel Green #6BCD77
Tints of Pastel Green #6BCD77
RGB
CMYK
RGB Variations
Color information
#6BCD77 (or 0x6BCD77) is known color: Pastel Green. HEX triplet: 6B, CD and 77. RGB value is (107,205,119). Sum of RGB (Red+Green+Blue) = 107+205+119=431 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.83% from 431); Green value is 205 (80.47% from 255 or 47.56% from 431); Blue value is 119 (46.88% from 255 or 27.61% from 431); Max value from RGB is 205 - color contains mainly: green. Hex color #6BCD77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BCD77 is #943288. Grayscale: #A6A6A6. Windows color (decimal): -9712265 or 7851371. OLE color: 7851371.
HSL color Cylindrical-coordinate representation of color #6BCD77: hue angle of 127.35º 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 #6BCD77 is Cyan = 0.48, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 107 | 205 | 119 | - |
| CMYK | 0.48 | 0 | 0.42 | 0.20 |
| HSL | 127.35º | 0.49% | 0.61% | - |
| HSV(B) | 127.35º | 0.48% | 0.8% | - |
| XYZ | 31.22 | 48.12 | 25.1 | - |
| YUV | 165.89 | 101.53 | 85.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 205 | 119 | 0.48 | 0 | 0.42 | 0.20 | 127.35 | 0.49 | 0.61 |
| Hex | 6B | CD | 77 | 30 | 0 | 2A | 14 | 7F | 31 | 3D |
| Octal | 153 | 315 | 167 | 60 | 0 | 52 | 24 | 177 | 61 | 75 |
| Binary | 1101011 | 11001101 | 1110111 | 110000 | 0 | 101010 | 10100 | 1111111 | 110001 | 111101 |
Color Harmonies of #6BCD77
Complementary color
Monochromatic Colors of #6BCD77
Black with #6BCD77
Text Example
Text Example
White with #6BCD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCD77; }
p { color: rgb(107,205,119); }
H1.HeaderClassName
{
color: #6BCD77;
}
.AnyTagClassName
{
color: #6BCD77;
}
</style>
background-color css
<style>
a { background-color: #6BCD77; }
a { background-color: rgb(107,205,119); }
div.DivClassName
{
background-color: #6BCD77;
}
.BgClassName
{
background-color: #6BCD77;
}
</style>
border-color css
<style>
span { border-color: #6BCD77; }
span { border-color: rgb(107,205,119); }
td.TdClassName
{
border-color: #6BCD77;
}
.TagClassName
{
border-color: #6BCD77;
}
</style>