Shades of Pastel Green #69D568
Tints of Pastel Green #69D568
RGB
CMYK
RGB Variations
Color information
#69D568 (or 0x69D568) is known color: Pastel Green. HEX triplet: 69, D5 and 68. RGB value is (105,213,104). Sum of RGB (Red+Green+Blue) = 105+213+104=422 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.88% from 422); Green value is 213 (83.59% from 255 or 50.47% from 422); Blue value is 104 (41.02% from 255 or 24.64% from 422); Max value from RGB is 213 - color contains mainly: green. Hex color #69D568 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D568 is #962A97. Grayscale: #A8A8A8. Windows color (decimal): -9841304 or 6870377. OLE color: 6870377.
HSL color Cylindrical-coordinate representation of color #69D568: hue angle of 119.45º 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 #69D568 is Cyan = 0.51, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 105 | 213 | 104 | - |
| CMYK | 0.51 | 0 | 0.51 | 0.16 |
| HSL | 119.45º | 0.56% | 0.62% | - |
| HSV(B) | 119.45º | 0.51% | 0.84% | - |
| XYZ | 32.12 | 51.59 | 21.36 | - |
| YUV | 168.28 | 91.72 | 82.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 213 | 104 | 0.51 | 0 | 0.51 | 0.16 | 119.45 | 0.56 | 0.62 |
| Hex | 69 | D5 | 68 | 33 | 0 | 33 | 10 | 77 | 38 | 3E |
| Octal | 151 | 325 | 150 | 63 | 0 | 63 | 20 | 167 | 70 | 76 |
| Binary | 1101001 | 11010101 | 1101000 | 110011 | 0 | 110011 | 10000 | 1110111 | 111000 | 111110 |
Color Harmonies of #69D568
Complementary color
Monochromatic Colors of #69D568
Black with #69D568
Text Example
Text Example
White with #69D568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D568; }
p { color: rgb(105,213,104); }
H1.HeaderClassName
{
color: #69D568;
}
.AnyTagClassName
{
color: #69D568;
}
</style>
background-color css
<style>
a { background-color: #69D568; }
a { background-color: rgb(105,213,104); }
div.DivClassName
{
background-color: #69D568;
}
.BgClassName
{
background-color: #69D568;
}
</style>
border-color css
<style>
span { border-color: #69D568; }
span { border-color: rgb(105,213,104); }
td.TdClassName
{
border-color: #69D568;
}
.TagClassName
{
border-color: #69D568;
}
</style>