Shades of Pastel Green #6FCD70
Tints of Pastel Green #6FCD70
RGB
CMYK
RGB Variations
Color information
#6FCD70 (or 0x6FCD70) is known color: Pastel Green. HEX triplet: 6F, CD and 70. RGB value is (111,205,112). Sum of RGB (Red+Green+Blue) = 111+205+112=428 (56% of max value = 765). Red value is 111 (43.75% from 255 or 25.93% from 428); Green value is 205 (80.47% from 255 or 47.90% from 428); Blue value is 112 (44.14% from 255 or 26.17% from 428); Max value from RGB is 205 - color contains mainly: green. Hex color #6FCD70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FCD70 is #90328F. Grayscale: #A6A6A6. Windows color (decimal): -9450128 or 7392623. OLE color: 7392623.
HSL color Cylindrical-coordinate representation of color #6FCD70: hue angle of 120.64º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FCD70 is Cyan = 0.46, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 205 | 112 | - |
| CMYK | 0.46 | 0 | 0.45 | 0.20 |
| HSL | 120.64º | 0.48% | 0.62% | - |
| HSV(B) | 120.64º | 0.46% | 0.8% | - |
| XYZ | 31.31 | 48.21 | 22.98 | - |
| YUV | 166.29 | 97.36 | 88.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 205 | 112 | 0.46 | 0 | 0.45 | 0.20 | 120.64 | 0.48 | 0.62 |
| Hex | 6F | CD | 70 | 2E | 0 | 2D | 14 | 79 | 30 | 3E |
| Octal | 157 | 315 | 160 | 56 | 0 | 55 | 24 | 171 | 60 | 76 |
| Binary | 1101111 | 11001101 | 1110000 | 101110 | 0 | 101101 | 10100 | 1111001 | 110000 | 111110 |
Color Harmonies of #6FCD70
Complementary color
Monochromatic Colors of #6FCD70
Black with #6FCD70
Text Example
Text Example
White with #6FCD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCD70; }
p { color: rgb(111,205,112); }
H1.HeaderClassName
{
color: #6FCD70;
}
.AnyTagClassName
{
color: #6FCD70;
}
</style>
background-color css
<style>
a { background-color: #6FCD70; }
a { background-color: rgb(111,205,112); }
div.DivClassName
{
background-color: #6FCD70;
}
.BgClassName
{
background-color: #6FCD70;
}
</style>
border-color css
<style>
span { border-color: #6FCD70; }
span { border-color: rgb(111,205,112); }
td.TdClassName
{
border-color: #6FCD70;
}
.TagClassName
{
border-color: #6FCD70;
}
</style>