Shades of Pastel Green #69E264
Tints of Pastel Green #69E264
RGB
CMYK
RGB Variations
Color information
#69E264 (or 0x69E264) is known color: Pastel Green. HEX triplet: 69, E2 and 64. RGB value is (105,226,100). Sum of RGB (Red+Green+Blue) = 105+226+100=431 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.36% from 431); Green value is 226 (88.67% from 255 or 52.44% from 431); Blue value is 100 (39.45% from 255 or 23.20% from 431); Max value from RGB is 226 - color contains mainly: green. Hex color #69E264 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69E264 is #961D9B. Grayscale: #AFAFAF. Windows color (decimal): -9837980 or 6611561. OLE color: 6611561.
HSL color Cylindrical-coordinate representation of color #69E264: hue angle of 117.62º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69E264 is Cyan = 0.54, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 105 | 226 | 100 | - |
| CMYK | 0.54 | 0 | 0.56 | 0.11 |
| HSL | 117.62º | 0.68% | 0.64% | - |
| HSV(B) | 117.62º | 0.56% | 0.89% | - |
| XYZ | 35.32 | 58.32 | 21.45 | - |
| YUV | 175.46 | 85.41 | 77.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 226 | 100 | 0.54 | 0 | 0.56 | 0.11 | 117.62 | 0.68 | 0.64 |
| Hex | 69 | E2 | 64 | 36 | 0 | 38 | B | 76 | 44 | 40 |
| Octal | 151 | 342 | 144 | 66 | 0 | 70 | 13 | 166 | 104 | 100 |
| Binary | 1101001 | 11100010 | 1100100 | 110110 | 0 | 111000 | 1011 | 1110110 | 1000100 | 1000000 |
Color Harmonies of #69E264
Complementary color
Monochromatic Colors of #69E264
Black with #69E264
Text Example
Text Example
White with #69E264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69E264; }
p { color: rgb(105,226,100); }
H1.HeaderClassName
{
color: #69E264;
}
.AnyTagClassName
{
color: #69E264;
}
</style>
background-color css
<style>
a { background-color: #69E264; }
a { background-color: rgb(105,226,100); }
div.DivClassName
{
background-color: #69E264;
}
.BgClassName
{
background-color: #69E264;
}
</style>
border-color css
<style>
span { border-color: #69E264; }
span { border-color: rgb(105,226,100); }
td.TdClassName
{
border-color: #69E264;
}
.TagClassName
{
border-color: #69E264;
}
</style>