Shades of Pastel Green #69E769
Tints of Pastel Green #69E769
RGB
CMYK
RGB Variations
Color information
#69E769 (or 0x69E769) is known color: Pastel Green. HEX triplet: 69, E7 and 69. RGB value is (105,231,105). Sum of RGB (Red+Green+Blue) = 105+231+105=441 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.81% from 441); Green value is 231 (90.62% from 255 or 52.38% from 441); Blue value is 105 (41.41% from 255 or 23.81% from 441); Max value from RGB is 231 - color contains mainly: green. Hex color #69E769 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #69E769 is #961896. Grayscale: #B3B3B3. Windows color (decimal): -9836695 or 6940521. OLE color: 6940521.
HSL color Cylindrical-coordinate representation of color #69E769: hue angle of 120º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69E769 is Cyan = 0.55, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 105 | 231 | 105 | - |
| CMYK | 0.55 | 0 | 0.55 | 0.09 |
| HSL | 120º | 0.72% | 0.66% | - |
| HSV(B) | 120º | 0.55% | 0.91% | - |
| XYZ | 36.95 | 61.18 | 23.23 | - |
| YUV | 178.96 | 86.26 | 75.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 231 | 105 | 0.55 | 0 | 0.55 | 0.09 | 120 | 0.72 | 0.66 |
| Hex | 69 | E7 | 69 | 37 | 0 | 37 | 9 | 78 | 48 | 42 |
| Octal | 151 | 347 | 151 | 67 | 0 | 67 | 11 | 170 | 110 | 102 |
| Binary | 1101001 | 11100111 | 1101001 | 110111 | 0 | 110111 | 1001 | 1111000 | 1001000 | 1000010 |
Color Harmonies of #69E769
Complementary color
Monochromatic Colors of #69E769
Black with #69E769
Text Example
Text Example
White with #69E769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69E769; }
p { color: rgb(105,231,105); }
H1.HeaderClassName
{
color: #69E769;
}
.AnyTagClassName
{
color: #69E769;
}
</style>
background-color css
<style>
a { background-color: #69E769; }
a { background-color: rgb(105,231,105); }
div.DivClassName
{
background-color: #69E769;
}
.BgClassName
{
background-color: #69E769;
}
</style>
border-color css
<style>
span { border-color: #69E769; }
span { border-color: rgb(105,231,105); }
td.TdClassName
{
border-color: #69E769;
}
.TagClassName
{
border-color: #69E769;
}
</style>