Shades of Pastel Green #69D371
Tints of Pastel Green #69D371
RGB
CMYK
RGB Variations
Color information
#69D371 (or 0x69D371) is known color: Pastel Green. HEX triplet: 69, D3 and 71. RGB value is (105,211,113). Sum of RGB (Red+Green+Blue) = 105+211+113=429 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.48% from 429); Green value is 211 (82.81% from 255 or 49.18% from 429); Blue value is 113 (44.53% from 255 or 26.34% from 429); Max value from RGB is 211 - color contains mainly: green. Hex color #69D371 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D371 is #962C8E. Grayscale: #A8A8A8. Windows color (decimal): -9841807 or 7459689. OLE color: 7459689.
HSL color Cylindrical-coordinate representation of color #69D371: hue angle of 124.53º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69D371 is Cyan = 0.50, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 105 | 211 | 113 | - |
| CMYK | 0.50 | 0 | 0.46 | 0.17 |
| HSL | 124.53º | 0.55% | 0.62% | - |
| HSV(B) | 124.53º | 0.5% | 0.83% | - |
| XYZ | 32.1 | 50.78 | 23.73 | - |
| YUV | 168.13 | 96.88 | 82.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 211 | 113 | 0.50 | 0 | 0.46 | 0.17 | 124.53 | 0.55 | 0.62 |
| Hex | 69 | D3 | 71 | 32 | 0 | 2E | 11 | 7D | 37 | 3E |
| Octal | 151 | 323 | 161 | 62 | 0 | 56 | 21 | 175 | 67 | 76 |
| Binary | 1101001 | 11010011 | 1110001 | 110010 | 0 | 101110 | 10001 | 1111101 | 110111 | 111110 |
Color Harmonies of #69D371
Complementary color
Monochromatic Colors of #69D371
Black with #69D371
Text Example
Text Example
White with #69D371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D371; }
p { color: rgb(105,211,113); }
H1.HeaderClassName
{
color: #69D371;
}
.AnyTagClassName
{
color: #69D371;
}
</style>
background-color css
<style>
a { background-color: #69D371; }
a { background-color: rgb(105,211,113); }
div.DivClassName
{
background-color: #69D371;
}
.BgClassName
{
background-color: #69D371;
}
</style>
border-color css
<style>
span { border-color: #69D371; }
span { border-color: rgb(105,211,113); }
td.TdClassName
{
border-color: #69D371;
}
.TagClassName
{
border-color: #69D371;
}
</style>