Shades of Pastel Green #6DCF66
Tints of Pastel Green #6DCF66
RGB
CMYK
RGB Variations
Color information
#6DCF66 (or 0x6DCF66) is known color: Pastel Green. HEX triplet: 6D, CF and 66. RGB value is (109,207,102). Sum of RGB (Red+Green+Blue) = 109+207+102=418 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.08% from 418); Green value is 207 (81.25% from 255 or 49.52% from 418); Blue value is 102 (40.23% from 255 or 24.40% from 418); Max value from RGB is 207 - color contains mainly: green. Hex color #6DCF66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DCF66 is #923099. Grayscale: #A6A6A6. Windows color (decimal): -9580698 or 6737773. OLE color: 6737773.
HSL color Cylindrical-coordinate representation of color #6DCF66: hue angle of 116º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6DCF66 is Cyan = 0.47, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 207 | 102 | - |
| CMYK | 0.47 | 0 | 0.51 | 0.19 |
| HSL | 116º | 0.52% | 0.61% | - |
| HSV(B) | 116º | 0.51% | 0.81% | - |
| XYZ | 31.02 | 48.84 | 20.36 | - |
| YUV | 165.73 | 92.03 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 207 | 102 | 0.47 | 0 | 0.51 | 0.19 | 116 | 0.52 | 0.61 |
| Hex | 6D | CF | 66 | 2F | 0 | 33 | 13 | 74 | 34 | 3D |
| Octal | 155 | 317 | 146 | 57 | 0 | 63 | 23 | 164 | 64 | 75 |
| Binary | 1101101 | 11001111 | 1100110 | 101111 | 0 | 110011 | 10011 | 1110100 | 110100 | 111101 |
Color Harmonies of #6DCF66
Complementary color
Monochromatic Colors of #6DCF66
Black with #6DCF66
Text Example
Text Example
White with #6DCF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCF66; }
p { color: rgb(109,207,102); }
H1.HeaderClassName
{
color: #6DCF66;
}
.AnyTagClassName
{
color: #6DCF66;
}
</style>
background-color css
<style>
a { background-color: #6DCF66; }
a { background-color: rgb(109,207,102); }
div.DivClassName
{
background-color: #6DCF66;
}
.BgClassName
{
background-color: #6DCF66;
}
</style>
border-color css
<style>
span { border-color: #6DCF66; }
span { border-color: rgb(109,207,102); }
td.TdClassName
{
border-color: #6DCF66;
}
.TagClassName
{
border-color: #6DCF66;
}
</style>