Shades of Pastel Green #6BD970
Tints of Pastel Green #6BD970
RGB
CMYK
RGB Variations
Color information
#6BD970 (or 0x6BD970) is known color: Pastel Green. HEX triplet: 6B, D9 and 70. RGB value is (107,217,112). Sum of RGB (Red+Green+Blue) = 107+217+112=436 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.54% from 436); Green value is 217 (85.16% from 255 or 49.77% from 436); Blue value is 112 (44.14% from 255 or 25.69% from 436); Max value from RGB is 217 - color contains mainly: green. Hex color #6BD970 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BD970 is #94268F. Grayscale: #ACACAC. Windows color (decimal): -9709200 or 7395691. OLE color: 7395691.
HSL color Cylindrical-coordinate representation of color #6BD970: hue angle of 122.73º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BD970 is Cyan = 0.51, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 107 | 217 | 112 | - |
| CMYK | 0.51 | 0 | 0.48 | 0.15 |
| HSL | 122.73º | 0.59% | 0.64% | - |
| HSV(B) | 122.73º | 0.51% | 0.85% | - |
| XYZ | 33.8 | 53.92 | 23.96 | - |
| YUV | 172.14 | 94.06 | 81.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 217 | 112 | 0.51 | 0 | 0.48 | 0.15 | 122.73 | 0.59 | 0.64 |
| Hex | 6B | D9 | 70 | 33 | 0 | 30 | F | 7B | 3B | 40 |
| Octal | 153 | 331 | 160 | 63 | 0 | 60 | 17 | 173 | 73 | 100 |
| Binary | 1101011 | 11011001 | 1110000 | 110011 | 0 | 110000 | 1111 | 1111011 | 111011 | 1000000 |
Color Harmonies of #6BD970
Complementary color
Monochromatic Colors of #6BD970
Black with #6BD970
Text Example
Text Example
White with #6BD970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BD970; }
p { color: rgb(107,217,112); }
H1.HeaderClassName
{
color: #6BD970;
}
.AnyTagClassName
{
color: #6BD970;
}
</style>
background-color css
<style>
a { background-color: #6BD970; }
a { background-color: rgb(107,217,112); }
div.DivClassName
{
background-color: #6BD970;
}
.BgClassName
{
background-color: #6BD970;
}
</style>
border-color css
<style>
span { border-color: #6BD970; }
span { border-color: rgb(107,217,112); }
td.TdClassName
{
border-color: #6BD970;
}
.TagClassName
{
border-color: #6BD970;
}
</style>