Shades of Pastel Green #6FD27A
Tints of Pastel Green #6FD27A
RGB
CMYK
RGB Variations
Color information
#6FD27A (or 0x6FD27A) is known color: Pastel Green. HEX triplet: 6F, D2 and 7A. RGB value is (111,210,122). Sum of RGB (Red+Green+Blue) = 111+210+122=443 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.06% from 443); Green value is 210 (82.42% from 255 or 47.40% from 443); Blue value is 122 (48.05% from 255 or 27.54% from 443); Max value from RGB is 210 - color contains mainly: green. Hex color #6FD27A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FD27A is #902D85. Grayscale: #AAAAAA. Windows color (decimal): -9448838 or 8049263. OLE color: 8049263.
HSL color Cylindrical-coordinate representation of color #6FD27A: hue angle of 126.67º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6FD27A is Cyan = 0.47, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 111 | 210 | 122 | - |
| CMYK | 0.47 | 0 | 0.42 | 0.18 |
| HSL | 126.67º | 0.52% | 0.63% | - |
| HSV(B) | 126.67º | 0.47% | 0.82% | - |
| XYZ | 33.11 | 50.88 | 26.49 | - |
| YUV | 170.37 | 100.7 | 85.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 210 | 122 | 0.47 | 0 | 0.42 | 0.18 | 126.67 | 0.52 | 0.63 |
| Hex | 6F | D2 | 7A | 2F | 0 | 2A | 12 | 7F | 34 | 3F |
| Octal | 157 | 322 | 172 | 57 | 0 | 52 | 22 | 177 | 64 | 77 |
| Binary | 1101111 | 11010010 | 1111010 | 101111 | 0 | 101010 | 10010 | 1111111 | 110100 | 111111 |
Color Harmonies of #6FD27A
Complementary color
Monochromatic Colors of #6FD27A
Black with #6FD27A
Text Example
Text Example
White with #6FD27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD27A; }
p { color: rgb(111,210,122); }
H1.HeaderClassName
{
color: #6FD27A;
}
.AnyTagClassName
{
color: #6FD27A;
}
</style>
background-color css
<style>
a { background-color: #6FD27A; }
a { background-color: rgb(111,210,122); }
div.DivClassName
{
background-color: #6FD27A;
}
.BgClassName
{
background-color: #6FD27A;
}
</style>
border-color css
<style>
span { border-color: #6FD27A; }
span { border-color: rgb(111,210,122); }
td.TdClassName
{
border-color: #6FD27A;
}
.TagClassName
{
border-color: #6FD27A;
}
</style>