Shades of Pastel Green #69D971
Tints of Pastel Green #69D971
RGB
CMYK
RGB Variations
Color information
#69D971 (or 0x69D971) is known color: Pastel Green. HEX triplet: 69, D9 and 71. RGB value is (105,217,113). Sum of RGB (Red+Green+Blue) = 105+217+113=435 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.14% from 435); Green value is 217 (85.16% from 255 or 49.89% from 435); Blue value is 113 (44.53% from 255 or 25.98% from 435); Max value from RGB is 217 - color contains mainly: green. Hex color #69D971 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D971 is #96268E. Grayscale: #ABABAB. Windows color (decimal): -9840271 or 7461225. OLE color: 7461225.
HSL color Cylindrical-coordinate representation of color #69D971: hue angle of 124.29º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69D971 is Cyan = 0.52, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 105 | 217 | 113 | - |
| CMYK | 0.52 | 0 | 0.48 | 0.15 |
| HSL | 124.29º | 0.6% | 0.63% | - |
| HSV(B) | 124.29º | 0.52% | 0.85% | - |
| XYZ | 33.62 | 53.82 | 24.24 | - |
| YUV | 171.66 | 94.89 | 80.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 217 | 113 | 0.52 | 0 | 0.48 | 0.15 | 124.29 | 0.6 | 0.63 |
| Hex | 69 | D9 | 71 | 34 | 0 | 30 | F | 7C | 3C | 3F |
| Octal | 151 | 331 | 161 | 64 | 0 | 60 | 17 | 174 | 74 | 77 |
| Binary | 1101001 | 11011001 | 1110001 | 110100 | 0 | 110000 | 1111 | 1111100 | 111100 | 111111 |
Color Harmonies of #69D971
Complementary color
Monochromatic Colors of #69D971
Black with #69D971
Text Example
Text Example
White with #69D971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D971; }
p { color: rgb(105,217,113); }
H1.HeaderClassName
{
color: #69D971;
}
.AnyTagClassName
{
color: #69D971;
}
</style>
background-color css
<style>
a { background-color: #69D971; }
a { background-color: rgb(105,217,113); }
div.DivClassName
{
background-color: #69D971;
}
.BgClassName
{
background-color: #69D971;
}
</style>
border-color css
<style>
span { border-color: #69D971; }
span { border-color: rgb(105,217,113); }
td.TdClassName
{
border-color: #69D971;
}
.TagClassName
{
border-color: #69D971;
}
</style>