Shades of Pastel Green #69D36C
Tints of Pastel Green #69D36C
RGB
CMYK
RGB Variations
Color information
#69D36C (or 0x69D36C) is known color: Pastel Green. HEX triplet: 69, D3 and 6C. RGB value is (105,211,108). Sum of RGB (Red+Green+Blue) = 105+211+108=424 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.76% from 424); Green value is 211 (82.81% from 255 or 49.76% from 424); Blue value is 108 (42.58% from 255 or 25.47% from 424); Max value from RGB is 211 - color contains mainly: green. Hex color #69D36C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D36C is #962C93. Grayscale: #A7A7A7. Windows color (decimal): -9841812 or 7132009. OLE color: 7132009.
HSL color Cylindrical-coordinate representation of color #69D36C: hue angle of 121.7º 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 #69D36C is Cyan = 0.50, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 105 | 211 | 108 | - |
| CMYK | 0.50 | 0 | 0.49 | 0.17 |
| HSL | 121.7º | 0.55% | 0.62% | - |
| HSV(B) | 121.7º | 0.5% | 0.83% | - |
| XYZ | 31.83 | 50.67 | 22.29 | - |
| YUV | 167.56 | 94.38 | 83.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 211 | 108 | 0.50 | 0 | 0.49 | 0.17 | 121.7 | 0.55 | 0.62 |
| Hex | 69 | D3 | 6C | 32 | 0 | 31 | 11 | 7A | 37 | 3E |
| Octal | 151 | 323 | 154 | 62 | 0 | 61 | 21 | 172 | 67 | 76 |
| Binary | 1101001 | 11010011 | 1101100 | 110010 | 0 | 110001 | 10001 | 1111010 | 110111 | 111110 |
Color Harmonies of #69D36C
Complementary color
Monochromatic Colors of #69D36C
Black with #69D36C
Text Example
Text Example
White with #69D36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D36C; }
p { color: rgb(105,211,108); }
H1.HeaderClassName
{
color: #69D36C;
}
.AnyTagClassName
{
color: #69D36C;
}
</style>
background-color css
<style>
a { background-color: #69D36C; }
a { background-color: rgb(105,211,108); }
div.DivClassName
{
background-color: #69D36C;
}
.BgClassName
{
background-color: #69D36C;
}
</style>
border-color css
<style>
span { border-color: #69D36C; }
span { border-color: rgb(105,211,108); }
td.TdClassName
{
border-color: #69D36C;
}
.TagClassName
{
border-color: #69D36C;
}
</style>