Shades of Pastel Green #6FD273
Tints of Pastel Green #6FD273
RGB
CMYK
RGB Variations
Color information
#6FD273 (or 0x6FD273) is known color: Pastel Green. HEX triplet: 6F, D2 and 73. RGB value is (111,210,115). Sum of RGB (Red+Green+Blue) = 111+210+115=436 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.46% from 436); Green value is 210 (82.42% from 255 or 48.17% from 436); Blue value is 115 (45.31% from 255 or 26.38% from 436); Max value from RGB is 210 - color contains mainly: green. Hex color #6FD273 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FD273 is #902D8C. Grayscale: #A9A9A9. Windows color (decimal): -9448845 or 7590511. OLE color: 7590511.
HSL color Cylindrical-coordinate representation of color #6FD273: hue angle of 122.42º 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 #6FD273 is Cyan = 0.47, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 111 | 210 | 115 | - |
| CMYK | 0.47 | 0 | 0.45 | 0.18 |
| HSL | 122.42º | 0.52% | 0.63% | - |
| HSV(B) | 122.42º | 0.47% | 0.82% | - |
| XYZ | 32.7 | 50.71 | 24.28 | - |
| YUV | 169.57 | 97.2 | 86.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 210 | 115 | 0.47 | 0 | 0.45 | 0.18 | 122.42 | 0.52 | 0.63 |
| Hex | 6F | D2 | 73 | 2F | 0 | 2D | 12 | 7A | 34 | 3F |
| Octal | 157 | 322 | 163 | 57 | 0 | 55 | 22 | 172 | 64 | 77 |
| Binary | 1101111 | 11010010 | 1110011 | 101111 | 0 | 101101 | 10010 | 1111010 | 110100 | 111111 |
Color Harmonies of #6FD273
Complementary color
Monochromatic Colors of #6FD273
Black with #6FD273
Text Example
Text Example
White with #6FD273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD273; }
p { color: rgb(111,210,115); }
H1.HeaderClassName
{
color: #6FD273;
}
.AnyTagClassName
{
color: #6FD273;
}
</style>
background-color css
<style>
a { background-color: #6FD273; }
a { background-color: rgb(111,210,115); }
div.DivClassName
{
background-color: #6FD273;
}
.BgClassName
{
background-color: #6FD273;
}
</style>
border-color css
<style>
span { border-color: #6FD273; }
span { border-color: rgb(111,210,115); }
td.TdClassName
{
border-color: #6FD273;
}
.TagClassName
{
border-color: #6FD273;
}
</style>