Shades of Pastel Green #6CCF62
Tints of Pastel Green #6CCF62
RGB
CMYK
RGB Variations
Color information
#6CCF62 (or 0x6CCF62) is known color: Pastel Green. HEX triplet: 6C, CF and 62. RGB value is (108,207,98). Sum of RGB (Red+Green+Blue) = 108+207+98=413 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.15% from 413); Green value is 207 (81.25% from 255 or 50.12% from 413); Blue value is 98 (38.67% from 255 or 23.73% from 413); Max value from RGB is 207 - color contains mainly: green. Hex color #6CCF62 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CCF62 is #93309D. Grayscale: #A5A5A5. Windows color (decimal): -9646238 or 6475628. OLE color: 6475628.
HSL color Cylindrical-coordinate representation of color #6CCF62: hue angle of 114.5º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6CCF62 is Cyan = 0.48, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 108 | 207 | 98 | - |
| CMYK | 0.48 | 0 | 0.53 | 0.19 |
| HSL | 114.5º | 0.53% | 0.6% | - |
| HSV(B) | 114.5º | 0.53% | 0.81% | - |
| XYZ | 30.7 | 48.7 | 19.34 | - |
| YUV | 164.97 | 90.2 | 87.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 207 | 98 | 0.48 | 0 | 0.53 | 0.19 | 114.5 | 0.53 | 0.6 |
| Hex | 6C | CF | 62 | 30 | 0 | 35 | 13 | 72 | 35 | 3C |
| Octal | 154 | 317 | 142 | 60 | 0 | 65 | 23 | 162 | 65 | 74 |
| Binary | 1101100 | 11001111 | 1100010 | 110000 | 0 | 110101 | 10011 | 1110010 | 110101 | 111100 |
Color Harmonies of #6CCF62
Complementary color
Monochromatic Colors of #6CCF62
Black with #6CCF62
Text Example
Text Example
White with #6CCF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCF62; }
p { color: rgb(108,207,98); }
H1.HeaderClassName
{
color: #6CCF62;
}
.AnyTagClassName
{
color: #6CCF62;
}
</style>
background-color css
<style>
a { background-color: #6CCF62; }
a { background-color: rgb(108,207,98); }
div.DivClassName
{
background-color: #6CCF62;
}
.BgClassName
{
background-color: #6CCF62;
}
</style>
border-color css
<style>
span { border-color: #6CCF62; }
span { border-color: rgb(108,207,98); }
td.TdClassName
{
border-color: #6CCF62;
}
.TagClassName
{
border-color: #6CCF62;
}
</style>