Shades of Pastel Green #69E673
Tints of Pastel Green #69E673
RGB
CMYK
RGB Variations
Color information
#69E673 (or 0x69E673) is known color: Pastel Green. HEX triplet: 69, E6 and 73. RGB value is (105,230,115). Sum of RGB (Red+Green+Blue) = 105+230+115=450 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.33% from 450); Green value is 230 (90.23% from 255 or 51.11% from 450); Blue value is 115 (45.31% from 255 or 25.56% from 450); Max value from RGB is 230 - color contains mainly: green. Hex color #69E673 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #69E673 is #96198C. Grayscale: #B3B3B3. Windows color (decimal): -9836941 or 7595625. OLE color: 7595625.
HSL color Cylindrical-coordinate representation of color #69E673: hue angle of 124.8º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #69E673 is Cyan = 0.54, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 105 | 230 | 115 | - |
| CMYK | 0.54 | 0 | 0.5 | 0.10 |
| HSL | 124.8º | 0.71% | 0.66% | - |
| HSV(B) | 124.8º | 0.54% | 0.9% | - |
| XYZ | 37.22 | 60.83 | 26 | - |
| YUV | 179.52 | 91.59 | 74.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 230 | 115 | 0.54 | 0 | 0.5 | 0.10 | 124.8 | 0.71 | 0.66 |
| Hex | 69 | E6 | 73 | 36 | 0 | 32 | A | 7D | 47 | 42 |
| Octal | 151 | 346 | 163 | 66 | 0 | 62 | 12 | 175 | 107 | 102 |
| Binary | 1101001 | 11100110 | 1110011 | 110110 | 0 | 110010 | 1010 | 1111101 | 1000111 | 1000010 |
Color Harmonies of #69E673
Complementary color
Monochromatic Colors of #69E673
Black with #69E673
Text Example
Text Example
White with #69E673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69E673; }
p { color: rgb(105,230,115); }
H1.HeaderClassName
{
color: #69E673;
}
.AnyTagClassName
{
color: #69E673;
}
</style>
background-color css
<style>
a { background-color: #69E673; }
a { background-color: rgb(105,230,115); }
div.DivClassName
{
background-color: #69E673;
}
.BgClassName
{
background-color: #69E673;
}
</style>
border-color css
<style>
span { border-color: #69E673; }
span { border-color: rgb(105,230,115); }
td.TdClassName
{
border-color: #69E673;
}
.TagClassName
{
border-color: #69E673;
}
</style>