Shades of Pastel Green #6FCF7A
Tints of Pastel Green #6FCF7A
RGB
CMYK
RGB Variations
Color information
#6FCF7A (or 0x6FCF7A) is known color: Pastel Green. HEX triplet: 6F, CF and 7A. RGB value is (111,207,122). Sum of RGB (Red+Green+Blue) = 111+207+122=440 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.23% from 440); Green value is 207 (81.25% from 255 or 47.05% from 440); Blue value is 122 (48.05% from 255 or 27.73% from 440); Max value from RGB is 207 - color contains mainly: green. Hex color #6FCF7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FCF7A is #903085. Grayscale: #A8A8A8. Windows color (decimal): -9449606 or 8048495. OLE color: 8048495.
HSL color Cylindrical-coordinate representation of color #6FCF7A: hue angle of 126.87º 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 #6FCF7A is Cyan = 0.46, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 207 | 122 | - |
| CMYK | 0.46 | 0 | 0.41 | 0.19 |
| HSL | 126.88º | 0.5% | 0.62% | - |
| HSV(B) | 126.88º | 0.46% | 0.81% | - |
| XYZ | 32.38 | 49.41 | 26.24 | - |
| YUV | 168.61 | 101.7 | 86.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 207 | 122 | 0.46 | 0 | 0.41 | 0.19 | 126.88 | 0.5 | 0.62 |
| Hex | 6F | CF | 7A | 2E | 0 | 29 | 13 | 7F | 32 | 3E |
| Octal | 157 | 317 | 172 | 56 | 0 | 51 | 23 | 177 | 62 | 76 |
| Binary | 1101111 | 11001111 | 1111010 | 101110 | 0 | 101001 | 10011 | 1111111 | 110010 | 111110 |
Color Harmonies of #6FCF7A
Complementary color
Monochromatic Colors of #6FCF7A
Black with #6FCF7A
Text Example
Text Example
White with #6FCF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCF7A; }
p { color: rgb(111,207,122); }
H1.HeaderClassName
{
color: #6FCF7A;
}
.AnyTagClassName
{
color: #6FCF7A;
}
</style>
background-color css
<style>
a { background-color: #6FCF7A; }
a { background-color: rgb(111,207,122); }
div.DivClassName
{
background-color: #6FCF7A;
}
.BgClassName
{
background-color: #6FCF7A;
}
</style>
border-color css
<style>
span { border-color: #6FCF7A; }
span { border-color: rgb(111,207,122); }
td.TdClassName
{
border-color: #6FCF7A;
}
.TagClassName
{
border-color: #6FCF7A;
}
</style>