Shades of Pastel Green #6CCB7F
Tints of Pastel Green #6CCB7F
RGB
CMYK
RGB Variations
Color information
#6CCB7F (or 0x6CCB7F) is known color: Pastel Green. HEX triplet: 6C, CB and 7F. RGB value is (108,203,127). Sum of RGB (Red+Green+Blue) = 108+203+127=438 (58% of max value = 765). Red value is 108 (42.58% from 255 or 24.66% from 438); Green value is 203 (79.69% from 255 or 46.35% from 438); Blue value is 127 (50% from 255 or 29.00% from 438); Max value from RGB is 203 - color contains mainly: green. Hex color #6CCB7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CCB7F is #933480. Grayscale: #A6A6A6. Windows color (decimal): -9647233 or 8375148. OLE color: 8375148.
HSL color Cylindrical-coordinate representation of color #6CCB7F: hue angle of 132º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6CCB7F is Cyan = 0.47, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 108 | 203 | 127 | - |
| CMYK | 0.47 | 0 | 0.37 | 0.20 |
| HSL | 132º | 0.48% | 0.61% | - |
| HSV(B) | 132º | 0.47% | 0.8% | - |
| XYZ | 31.37 | 47.43 | 27.58 | - |
| YUV | 165.93 | 106.03 | 86.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 203 | 127 | 0.47 | 0 | 0.37 | 0.20 | 132 | 0.48 | 0.61 |
| Hex | 6C | CB | 7F | 2F | 0 | 25 | 14 | 84 | 30 | 3D |
| Octal | 154 | 313 | 177 | 57 | 0 | 45 | 24 | 204 | 60 | 75 |
| Binary | 1101100 | 11001011 | 1111111 | 101111 | 0 | 100101 | 10100 | 10000100 | 110000 | 111101 |
Color Harmonies of #6CCB7F
Complementary color
Monochromatic Colors of #6CCB7F
Black with #6CCB7F
Text Example
Text Example
White with #6CCB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCB7F; }
p { color: rgb(108,203,127); }
H1.HeaderClassName
{
color: #6CCB7F;
}
.AnyTagClassName
{
color: #6CCB7F;
}
</style>
background-color css
<style>
a { background-color: #6CCB7F; }
a { background-color: rgb(108,203,127); }
div.DivClassName
{
background-color: #6CCB7F;
}
.BgClassName
{
background-color: #6CCB7F;
}
</style>
border-color css
<style>
span { border-color: #6CCB7F; }
span { border-color: rgb(108,203,127); }
td.TdClassName
{
border-color: #6CCB7F;
}
.TagClassName
{
border-color: #6CCB7F;
}
</style>