Shades of Pastel Green #6FD965
Tints of Pastel Green #6FD965
RGB
CMYK
RGB Variations
Color information
#6FD965 (or 0x6FD965) is known color: Pastel Green. HEX triplet: 6F, D9 and 65. RGB value is (111,217,101). Sum of RGB (Red+Green+Blue) = 111+217+101=429 (56% of max value = 765). Red value is 111 (43.75% from 255 or 25.87% from 429); Green value is 217 (85.16% from 255 or 50.58% from 429); Blue value is 101 (39.84% from 255 or 23.54% from 429); Max value from RGB is 217 - color contains mainly: green. Hex color #6FD965 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FD965 is #90269A. Grayscale: #ACACAC. Windows color (decimal): -9447067 or 6674799. OLE color: 6674799.
HSL color Cylindrical-coordinate representation of color #6FD965: hue angle of 114.83º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FD965 is Cyan = 0.49, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 111 | 217 | 101 | - |
| CMYK | 0.49 | 0 | 0.53 | 0.15 |
| HSL | 114.83º | 0.6% | 0.62% | - |
| HSV(B) | 114.83º | 0.53% | 0.85% | - |
| XYZ | 33.72 | 53.94 | 20.95 | - |
| YUV | 172.08 | 87.88 | 84.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 217 | 101 | 0.49 | 0 | 0.53 | 0.15 | 114.83 | 0.6 | 0.62 |
| Hex | 6F | D9 | 65 | 31 | 0 | 35 | F | 73 | 3C | 3E |
| Octal | 157 | 331 | 145 | 61 | 0 | 65 | 17 | 163 | 74 | 76 |
| Binary | 1101111 | 11011001 | 1100101 | 110001 | 0 | 110101 | 1111 | 1110011 | 111100 | 111110 |
Color Harmonies of #6FD965
Complementary color
Monochromatic Colors of #6FD965
Black with #6FD965
Text Example
Text Example
White with #6FD965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD965; }
p { color: rgb(111,217,101); }
H1.HeaderClassName
{
color: #6FD965;
}
.AnyTagClassName
{
color: #6FD965;
}
</style>
background-color css
<style>
a { background-color: #6FD965; }
a { background-color: rgb(111,217,101); }
div.DivClassName
{
background-color: #6FD965;
}
.BgClassName
{
background-color: #6FD965;
}
</style>
border-color css
<style>
span { border-color: #6FD965; }
span { border-color: rgb(111,217,101); }
td.TdClassName
{
border-color: #6FD965;
}
.TagClassName
{
border-color: #6FD965;
}
</style>