Shades of Pastel Green #69D65C
Tints of Pastel Green #69D65C
RGB
CMYK
RGB Variations
Color information
#69D65C (or 0x69D65C) is known color: Pastel Green. HEX triplet: 69, D6 and 5C. RGB value is (105,214,92). Sum of RGB (Red+Green+Blue) = 105+214+92=411 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.55% from 411); Green value is 214 (83.98% from 255 or 52.07% from 411); Blue value is 92 (36.33% from 255 or 22.38% from 411); Max value from RGB is 214 - color contains mainly: green. Hex color #69D65C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D65C is #9629A3. Grayscale: #A7A7A7. Windows color (decimal): -9841060 or 6084201. OLE color: 6084201.
HSL color Cylindrical-coordinate representation of color #69D65C: hue angle of 113.61º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69D65C is Cyan = 0.51, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 105 | 214 | 92 | - |
| CMYK | 0.51 | 0 | 0.57 | 0.16 |
| HSL | 113.61º | 0.6% | 0.6% | - |
| HSV(B) | 113.61º | 0.57% | 0.84% | - |
| XYZ | 31.8 | 51.87 | 18.46 | - |
| YUV | 167.5 | 85.39 | 83.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 214 | 92 | 0.51 | 0 | 0.57 | 0.16 | 113.61 | 0.6 | 0.6 |
| Hex | 69 | D6 | 5C | 33 | 0 | 39 | 10 | 72 | 3C | 3C |
| Octal | 151 | 326 | 134 | 63 | 0 | 71 | 20 | 162 | 74 | 74 |
| Binary | 1101001 | 11010110 | 1011100 | 110011 | 0 | 111001 | 10000 | 1110010 | 111100 | 111100 |
Color Harmonies of #69D65C
Complementary color
Monochromatic Colors of #69D65C
Black with #69D65C
Text Example
Text Example
White with #69D65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D65C; }
p { color: rgb(105,214,92); }
H1.HeaderClassName
{
color: #69D65C;
}
.AnyTagClassName
{
color: #69D65C;
}
</style>
background-color css
<style>
a { background-color: #69D65C; }
a { background-color: rgb(105,214,92); }
div.DivClassName
{
background-color: #69D65C;
}
.BgClassName
{
background-color: #69D65C;
}
</style>
border-color css
<style>
span { border-color: #69D65C; }
span { border-color: rgb(105,214,92); }
td.TdClassName
{
border-color: #69D65C;
}
.TagClassName
{
border-color: #69D65C;
}
</style>