Shades of Pastel Green #6FD961
Tints of Pastel Green #6FD961
RGB
CMYK
RGB Variations
Color information
#6FD961 (or 0x6FD961) is known color: Pastel Green. HEX triplet: 6F, D9 and 61. RGB value is (111,217,97). Sum of RGB (Red+Green+Blue) = 111+217+97=425 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.12% from 425); Green value is 217 (85.16% from 255 or 51.06% from 425); Blue value is 97 (38.28% from 255 or 22.82% from 425); Max value from RGB is 217 - color contains mainly: green. Hex color #6FD961 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FD961 is #90269E. Grayscale: #ABABAB. Windows color (decimal): -9447071 or 6412655. OLE color: 6412655.
HSL color Cylindrical-coordinate representation of color #6FD961: hue angle of 113º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6FD961 is Cyan = 0.49, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
RGB | 111 | 217 | 97 | - |
CMYK | 0.49 | 0 | 0.55 | 0.15 |
HSL | 113º | 0.61% | 0.62% | - |
HSV(B) | 113º | 0.55% | 0.85% | - |
XYZ | 33.53 | 53.87 | 19.94 | - |
YUV | 171.63 | 85.88 | 84.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 111 | 217 | 97 | 0.49 | 0 | 0.55 | 0.15 | 113 | 0.61 | 0.62 |
Hex | 6F | D9 | 61 | 31 | 0 | 37 | F | 71 | 3D | 3E |
Octal | 157 | 331 | 141 | 61 | 0 | 67 | 17 | 161 | 75 | 76 |
Binary | 1101111 | 11011001 | 1100001 | 110001 | 0 | 110111 | 1111 | 1110001 | 111101 | 111110 |
Color Harmonies of #6FD961
Complementary color
Monochromatic Colors of #6FD961
Black with #6FD961
Text Example
Text Example
White with #6FD961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD961; }
p { color: rgb(111,217,97); }
H1.HeaderClassName
{
color: #6FD961;
}
.AnyTagClassName
{
color: #6FD961;
}
</style>
background-color css
<style>
a { background-color: #6FD961; }
a { background-color: rgb(111,217,97); }
div.DivClassName
{
background-color: #6FD961;
}
.BgClassName
{
background-color: #6FD961;
}
</style>
border-color css
<style>
span { border-color: #6FD961; }
span { border-color: rgb(111,217,97); }
td.TdClassName
{
border-color: #6FD961;
}
.TagClassName
{
border-color: #6FD961;
}
</style>