Shades of Pastel Green #6FD27D
Tints of Pastel Green #6FD27D
RGB
CMYK
RGB Variations
Color information
#6FD27D (or 0x6FD27D) is known color: Pastel Green. HEX triplet: 6F, D2 and 7D. RGB value is (111,210,125). Sum of RGB (Red+Green+Blue) = 111+210+125=446 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.89% from 446); Green value is 210 (82.42% from 255 or 47.09% from 446); Blue value is 125 (49.22% from 255 or 28.03% from 446); Max value from RGB is 210 - color contains mainly: green. Hex color #6FD27D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FD27D is #902D82. Grayscale: #AAAAAA. Windows color (decimal): -9448835 or 8245871. OLE color: 8245871.
HSL color Cylindrical-coordinate representation of color #6FD27D: hue angle of 128.48º 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 #6FD27D is Cyan = 0.47, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 111 | 210 | 125 | - |
| CMYK | 0.47 | 0 | 0.40 | 0.18 |
| HSL | 128.48º | 0.52% | 0.63% | - |
| HSV(B) | 128.48º | 0.47% | 0.82% | - |
| XYZ | 33.3 | 50.95 | 27.48 | - |
| YUV | 170.71 | 102.2 | 85.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 210 | 125 | 0.47 | 0 | 0.40 | 0.18 | 128.48 | 0.52 | 0.63 |
| Hex | 6F | D2 | 7D | 2F | 0 | 28 | 12 | 80 | 34 | 3F |
| Octal | 157 | 322 | 175 | 57 | 0 | 50 | 22 | 200 | 64 | 77 |
| Binary | 1101111 | 11010010 | 1111101 | 101111 | 0 | 101000 | 10010 | 10000000 | 110100 | 111111 |
Color Harmonies of #6FD27D
Complementary color
Monochromatic Colors of #6FD27D
Black with #6FD27D
Text Example
Text Example
White with #6FD27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD27D; }
p { color: rgb(111,210,125); }
H1.HeaderClassName
{
color: #6FD27D;
}
.AnyTagClassName
{
color: #6FD27D;
}
</style>
background-color css
<style>
a { background-color: #6FD27D; }
a { background-color: rgb(111,210,125); }
div.DivClassName
{
background-color: #6FD27D;
}
.BgClassName
{
background-color: #6FD27D;
}
</style>
border-color css
<style>
span { border-color: #6FD27D; }
span { border-color: rgb(111,210,125); }
td.TdClassName
{
border-color: #6FD27D;
}
.TagClassName
{
border-color: #6FD27D;
}
</style>