Shades of Pastel Green #69E266
Tints of Pastel Green #69E266
RGB
CMYK
RGB Variations
Color information
#69E266 (or 0x69E266) is known color: Pastel Green. HEX triplet: 69, E2 and 66. RGB value is (105,226,102). Sum of RGB (Red+Green+Blue) = 105+226+102=433 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.25% from 433); Green value is 226 (88.67% from 255 or 52.19% from 433); Blue value is 102 (40.23% from 255 or 23.56% from 433); Max value from RGB is 226 - color contains mainly: green. Hex color #69E266 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69E266 is #961D99. Grayscale: #B0B0B0. Windows color (decimal): -9837978 or 6742633. OLE color: 6742633.
HSL color Cylindrical-coordinate representation of color #69E266: hue angle of 118.55º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69E266 is Cyan = 0.54, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 105 | 226 | 102 | - |
| CMYK | 0.54 | 0 | 0.55 | 0.11 |
| HSL | 118.55º | 0.68% | 0.64% | - |
| HSV(B) | 118.55º | 0.55% | 0.89% | - |
| XYZ | 35.42 | 58.36 | 21.97 | - |
| YUV | 175.69 | 86.41 | 77.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 226 | 102 | 0.54 | 0 | 0.55 | 0.11 | 118.55 | 0.68 | 0.64 |
| Hex | 69 | E2 | 66 | 36 | 0 | 37 | B | 77 | 44 | 40 |
| Octal | 151 | 342 | 146 | 66 | 0 | 67 | 13 | 167 | 104 | 100 |
| Binary | 1101001 | 11100010 | 1100110 | 110110 | 0 | 110111 | 1011 | 1110111 | 1000100 | 1000000 |
Color Harmonies of #69E266
Complementary color
Monochromatic Colors of #69E266
Black with #69E266
Text Example
Text Example
White with #69E266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69E266; }
p { color: rgb(105,226,102); }
H1.HeaderClassName
{
color: #69E266;
}
.AnyTagClassName
{
color: #69E266;
}
</style>
background-color css
<style>
a { background-color: #69E266; }
a { background-color: rgb(105,226,102); }
div.DivClassName
{
background-color: #69E266;
}
.BgClassName
{
background-color: #69E266;
}
</style>
border-color css
<style>
span { border-color: #69E266; }
span { border-color: rgb(105,226,102); }
td.TdClassName
{
border-color: #69E266;
}
.TagClassName
{
border-color: #69E266;
}
</style>