Shades of Pastel Green #69D574
Tints of Pastel Green #69D574
RGB
CMYK
RGB Variations
Color information
#69D574 (or 0x69D574) is known color: Pastel Green. HEX triplet: 69, D5 and 74. RGB value is (105,213,116). Sum of RGB (Red+Green+Blue) = 105+213+116=434 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.19% from 434); Green value is 213 (83.59% from 255 or 49.08% from 434); Blue value is 116 (45.70% from 255 or 26.73% from 434); Max value from RGB is 213 - color contains mainly: green. Hex color #69D574 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D574 is #962A8B. Grayscale: #A9A9A9. Windows color (decimal): -9841292 or 7656809. OLE color: 7656809.
HSL color Cylindrical-coordinate representation of color #69D574: hue angle of 126.11º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #69D574 is Cyan = 0.51, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 105 | 213 | 116 | - |
| CMYK | 0.51 | 0 | 0.46 | 0.16 |
| HSL | 126.11º | 0.56% | 0.62% | - |
| HSV(B) | 126.11º | 0.51% | 0.84% | - |
| XYZ | 32.77 | 51.85 | 24.8 | - |
| YUV | 169.65 | 97.72 | 81.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 213 | 116 | 0.51 | 0 | 0.46 | 0.16 | 126.11 | 0.56 | 0.62 |
| Hex | 69 | D5 | 74 | 33 | 0 | 2E | 10 | 7E | 38 | 3E |
| Octal | 151 | 325 | 164 | 63 | 0 | 56 | 20 | 176 | 70 | 76 |
| Binary | 1101001 | 11010101 | 1110100 | 110011 | 0 | 101110 | 10000 | 1111110 | 111000 | 111110 |
Color Harmonies of #69D574
Complementary color
Monochromatic Colors of #69D574
Black with #69D574
Text Example
Text Example
White with #69D574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D574; }
p { color: rgb(105,213,116); }
H1.HeaderClassName
{
color: #69D574;
}
.AnyTagClassName
{
color: #69D574;
}
</style>
background-color css
<style>
a { background-color: #69D574; }
a { background-color: rgb(105,213,116); }
div.DivClassName
{
background-color: #69D574;
}
.BgClassName
{
background-color: #69D574;
}
</style>
border-color css
<style>
span { border-color: #69D574; }
span { border-color: rgb(105,213,116); }
td.TdClassName
{
border-color: #69D574;
}
.TagClassName
{
border-color: #69D574;
}
</style>