Shades of Pastel Green #6FCF7D
Tints of Pastel Green #6FCF7D
RGB
CMYK
RGB Variations
Color information
#6FCF7D (or 0x6FCF7D) is known color: Pastel Green. HEX triplet: 6F, CF and 7D. RGB value is (111,207,125). Sum of RGB (Red+Green+Blue) = 111+207+125=443 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.06% from 443); Green value is 207 (81.25% from 255 or 46.73% from 443); Blue value is 125 (49.22% from 255 or 28.22% from 443); Max value from RGB is 207 - color contains mainly: green. Hex color #6FCF7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FCF7D is #903082. Grayscale: #A9A9A9. Windows color (decimal): -9449603 or 8245103. OLE color: 8245103.
HSL color Cylindrical-coordinate representation of color #6FCF7D: hue angle of 128.75º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FCF7D is Cyan = 0.46, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 207 | 125 | - |
| CMYK | 0.46 | 0 | 0.40 | 0.19 |
| HSL | 128.75º | 0.5% | 0.62% | - |
| HSV(B) | 128.75º | 0.46% | 0.81% | - |
| XYZ | 32.57 | 49.49 | 27.24 | - |
| YUV | 168.95 | 103.2 | 86.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 207 | 125 | 0.46 | 0 | 0.40 | 0.19 | 128.75 | 0.5 | 0.62 |
| Hex | 6F | CF | 7D | 2E | 0 | 28 | 13 | 81 | 32 | 3E |
| Octal | 157 | 317 | 175 | 56 | 0 | 50 | 23 | 201 | 62 | 76 |
| Binary | 1101111 | 11001111 | 1111101 | 101110 | 0 | 101000 | 10011 | 10000001 | 110010 | 111110 |
Color Harmonies of #6FCF7D
Complementary color
Monochromatic Colors of #6FCF7D
Black with #6FCF7D
Text Example
Text Example
White with #6FCF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCF7D; }
p { color: rgb(111,207,125); }
H1.HeaderClassName
{
color: #6FCF7D;
}
.AnyTagClassName
{
color: #6FCF7D;
}
</style>
background-color css
<style>
a { background-color: #6FCF7D; }
a { background-color: rgb(111,207,125); }
div.DivClassName
{
background-color: #6FCF7D;
}
.BgClassName
{
background-color: #6FCF7D;
}
</style>
border-color css
<style>
span { border-color: #6FCF7D; }
span { border-color: rgb(111,207,125); }
td.TdClassName
{
border-color: #6FCF7D;
}
.TagClassName
{
border-color: #6FCF7D;
}
</style>