Shades of Pastel Green #6DCF72
Tints of Pastel Green #6DCF72
RGB
CMYK
RGB Variations
Color information
#6DCF72 (or 0x6DCF72) is known color: Pastel Green. HEX triplet: 6D, CF and 72. RGB value is (109,207,114). Sum of RGB (Red+Green+Blue) = 109+207+114=430 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.35% from 430); Green value is 207 (81.25% from 255 or 48.14% from 430); Blue value is 114 (44.92% from 255 or 26.51% from 430); Max value from RGB is 207 - color contains mainly: green. Hex color #6DCF72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DCF72 is #92308D. Grayscale: #A7A7A7. Windows color (decimal): -9580686 or 7524205. OLE color: 7524205.
HSL color Cylindrical-coordinate representation of color #6DCF72: hue angle of 123.06º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DCF72 is Cyan = 0.47, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 207 | 114 | - |
| CMYK | 0.47 | 0 | 0.45 | 0.19 |
| HSL | 123.06º | 0.51% | 0.62% | - |
| HSV(B) | 123.06º | 0.47% | 0.81% | - |
| XYZ | 31.66 | 49.09 | 23.73 | - |
| YUV | 167.1 | 98.03 | 86.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 207 | 114 | 0.47 | 0 | 0.45 | 0.19 | 123.06 | 0.51 | 0.62 |
| Hex | 6D | CF | 72 | 2F | 0 | 2D | 13 | 7B | 33 | 3E |
| Octal | 155 | 317 | 162 | 57 | 0 | 55 | 23 | 173 | 63 | 76 |
| Binary | 1101101 | 11001111 | 1110010 | 101111 | 0 | 101101 | 10011 | 1111011 | 110011 | 111110 |
Color Harmonies of #6DCF72
Complementary color
Monochromatic Colors of #6DCF72
Black with #6DCF72
Text Example
Text Example
White with #6DCF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCF72; }
p { color: rgb(109,207,114); }
H1.HeaderClassName
{
color: #6DCF72;
}
.AnyTagClassName
{
color: #6DCF72;
}
</style>
background-color css
<style>
a { background-color: #6DCF72; }
a { background-color: rgb(109,207,114); }
div.DivClassName
{
background-color: #6DCF72;
}
.BgClassName
{
background-color: #6DCF72;
}
</style>
border-color css
<style>
span { border-color: #6DCF72; }
span { border-color: rgb(109,207,114); }
td.TdClassName
{
border-color: #6DCF72;
}
.TagClassName
{
border-color: #6DCF72;
}
</style>