Shades of Pastel Green #6FCE70
Tints of Pastel Green #6FCE70
RGB
CMYK
RGB Variations
Color information
#6FCE70 (or 0x6FCE70) is known color: Pastel Green. HEX triplet: 6F, CE and 70. RGB value is (111,206,112). Sum of RGB (Red+Green+Blue) = 111+206+112=429 (56% of max value = 765). Red value is 111 (43.75% from 255 or 25.87% from 429); Green value is 206 (80.86% from 255 or 48.02% from 429); Blue value is 112 (44.14% from 255 or 26.11% from 429); Max value from RGB is 206 - color contains mainly: green. Hex color #6FCE70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FCE70 is #90318F. Grayscale: #A7A7A7. Windows color (decimal): -9449872 or 7392879. OLE color: 7392879.
HSL color Cylindrical-coordinate representation of color #6FCE70: hue angle of 120.63º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FCE70 is Cyan = 0.46, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 206 | 112 | - |
| CMYK | 0.46 | 0 | 0.46 | 0.19 |
| HSL | 120.63º | 0.49% | 0.62% | - |
| HSV(B) | 120.63º | 0.46% | 0.81% | - |
| XYZ | 31.55 | 48.69 | 23.06 | - |
| YUV | 166.88 | 97.03 | 88.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 206 | 112 | 0.46 | 0 | 0.46 | 0.19 | 120.63 | 0.49 | 0.62 |
| Hex | 6F | CE | 70 | 2E | 0 | 2E | 13 | 79 | 31 | 3E |
| Octal | 157 | 316 | 160 | 56 | 0 | 56 | 23 | 171 | 61 | 76 |
| Binary | 1101111 | 11001110 | 1110000 | 101110 | 0 | 101110 | 10011 | 1111001 | 110001 | 111110 |
Color Harmonies of #6FCE70
Complementary color
Monochromatic Colors of #6FCE70
Black with #6FCE70
Text Example
Text Example
White with #6FCE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCE70; }
p { color: rgb(111,206,112); }
H1.HeaderClassName
{
color: #6FCE70;
}
.AnyTagClassName
{
color: #6FCE70;
}
</style>
background-color css
<style>
a { background-color: #6FCE70; }
a { background-color: rgb(111,206,112); }
div.DivClassName
{
background-color: #6FCE70;
}
.BgClassName
{
background-color: #6FCE70;
}
</style>
border-color css
<style>
span { border-color: #6FCE70; }
span { border-color: rgb(111,206,112); }
td.TdClassName
{
border-color: #6FCE70;
}
.TagClassName
{
border-color: #6FCE70;
}
</style>