Shades of Pastel Green #6CCB71
Tints of Pastel Green #6CCB71
RGB
CMYK
RGB Variations
Color information
#6CCB71 (or 0x6CCB71) is known color: Pastel Green. HEX triplet: 6C, CB and 71. RGB value is (108,203,113). Sum of RGB (Red+Green+Blue) = 108+203+113=424 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.47% from 424); Green value is 203 (79.69% from 255 or 47.88% from 424); Blue value is 113 (44.53% from 255 or 26.65% from 424); Max value from RGB is 203 - color contains mainly: green. Hex color #6CCB71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CCB71 is #93348E. Grayscale: #A4A4A4. Windows color (decimal): -9647247 or 7457644. OLE color: 7457644.
HSL color Cylindrical-coordinate representation of color #6CCB71: hue angle of 123.16º 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 #6CCB71 is Cyan = 0.47, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 108 | 203 | 113 | - |
| CMYK | 0.47 | 0 | 0.44 | 0.20 |
| HSL | 123.16º | 0.48% | 0.61% | - |
| HSV(B) | 123.16º | 0.47% | 0.8% | - |
| XYZ | 30.52 | 47.09 | 23.1 | - |
| YUV | 164.34 | 99.03 | 87.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 203 | 113 | 0.47 | 0 | 0.44 | 0.20 | 123.16 | 0.48 | 0.61 |
| Hex | 6C | CB | 71 | 2F | 0 | 2C | 14 | 7B | 30 | 3D |
| Octal | 154 | 313 | 161 | 57 | 0 | 54 | 24 | 173 | 60 | 75 |
| Binary | 1101100 | 11001011 | 1110001 | 101111 | 0 | 101100 | 10100 | 1111011 | 110000 | 111101 |
Color Harmonies of #6CCB71
Complementary color
Monochromatic Colors of #6CCB71
Black with #6CCB71
Text Example
Text Example
White with #6CCB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCB71; }
p { color: rgb(108,203,113); }
H1.HeaderClassName
{
color: #6CCB71;
}
.AnyTagClassName
{
color: #6CCB71;
}
</style>
background-color css
<style>
a { background-color: #6CCB71; }
a { background-color: rgb(108,203,113); }
div.DivClassName
{
background-color: #6CCB71;
}
.BgClassName
{
background-color: #6CCB71;
}
</style>
border-color css
<style>
span { border-color: #6CCB71; }
span { border-color: rgb(108,203,113); }
td.TdClassName
{
border-color: #6CCB71;
}
.TagClassName
{
border-color: #6CCB71;
}
</style>