Shades of Pastel Green #6FCB7D
Tints of Pastel Green #6FCB7D
RGB
CMYK
RGB Variations
Color information
#6FCB7D (or 0x6FCB7D) is known color: Pastel Green. HEX triplet: 6F, CB and 7D. RGB value is (111,203,125). Sum of RGB (Red+Green+Blue) = 111+203+125=439 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.28% from 439); Green value is 203 (79.69% from 255 or 46.24% from 439); Blue value is 125 (49.22% from 255 or 28.47% from 439); Max value from RGB is 203 - color contains mainly: green. Hex color #6FCB7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FCB7D is #903482. Grayscale: #A6A6A6. Windows color (decimal): -9450627 or 8244079. OLE color: 8244079.
HSL color Cylindrical-coordinate representation of color #6FCB7D: hue angle of 129.13º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6FCB7D is Cyan = 0.45, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 203 | 125 | - |
| CMYK | 0.45 | 0 | 0.38 | 0.20 |
| HSL | 129.13º | 0.47% | 0.62% | - |
| HSV(B) | 129.13º | 0.45% | 0.8% | - |
| XYZ | 31.61 | 47.57 | 26.92 | - |
| YUV | 166.6 | 104.52 | 88.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 203 | 125 | 0.45 | 0 | 0.38 | 0.20 | 129.13 | 0.47 | 0.62 |
| Hex | 6F | CB | 7D | 2D | 0 | 26 | 14 | 81 | 2F | 3E |
| Octal | 157 | 313 | 175 | 55 | 0 | 46 | 24 | 201 | 57 | 76 |
| Binary | 1101111 | 11001011 | 1111101 | 101101 | 0 | 100110 | 10100 | 10000001 | 101111 | 111110 |
Color Harmonies of #6FCB7D
Complementary color
Monochromatic Colors of #6FCB7D
Black with #6FCB7D
Text Example
Text Example
White with #6FCB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCB7D; }
p { color: rgb(111,203,125); }
H1.HeaderClassName
{
color: #6FCB7D;
}
.AnyTagClassName
{
color: #6FCB7D;
}
</style>
background-color css
<style>
a { background-color: #6FCB7D; }
a { background-color: rgb(111,203,125); }
div.DivClassName
{
background-color: #6FCB7D;
}
.BgClassName
{
background-color: #6FCB7D;
}
</style>
border-color css
<style>
span { border-color: #6FCB7D; }
span { border-color: rgb(111,203,125); }
td.TdClassName
{
border-color: #6FCB7D;
}
.TagClassName
{
border-color: #6FCB7D;
}
</style>