Shades of Pastel Green #69EC73
Tints of Pastel Green #69EC73
RGB
CMYK
RGB Variations
Color information
#69EC73 (or 0x69EC73) is known color: Pastel Green. HEX triplet: 69, EC and 73. RGB value is (105,236,115). Sum of RGB (Red+Green+Blue) = 105+236+115=456 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.03% from 456); Green value is 236 (92.58% from 255 or 51.75% from 456); Blue value is 115 (45.31% from 255 or 25.22% from 456); Max value from RGB is 236 - color contains mainly: green. Hex color #69EC73 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #69EC73 is #96138C. Grayscale: #B7B7B7. Windows color (decimal): -9835405 or 7597161. OLE color: 7597161.
HSL color Cylindrical-coordinate representation of color #69EC73: hue angle of 124.58º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69EC73 is Cyan = 0.56, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 236 | 115 | - |
| CMYK | 0.56 | 0 | 0.51 | 0.07 |
| HSL | 124.58º | 0.78% | 0.67% | - |
| HSV(B) | 124.58º | 0.56% | 0.93% | - |
| XYZ | 38.92 | 64.23 | 26.57 | - |
| YUV | 183.04 | 89.6 | 72.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 236 | 115 | 0.56 | 0 | 0.51 | 0.07 | 124.58 | 0.78 | 0.67 |
| Hex | 69 | EC | 73 | 38 | 0 | 33 | 7 | 7D | 4E | 43 |
| Octal | 151 | 354 | 163 | 70 | 0 | 63 | 7 | 175 | 116 | 103 |
| Binary | 1101001 | 11101100 | 1110011 | 111000 | 0 | 110011 | 111 | 1111101 | 1001110 | 1000011 |
Color Harmonies of #69EC73
Complementary color
Monochromatic Colors of #69EC73
Black with #69EC73
Text Example
Text Example
White with #69EC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69EC73; }
p { color: rgb(105,236,115); }
H1.HeaderClassName
{
color: #69EC73;
}
.AnyTagClassName
{
color: #69EC73;
}
</style>
background-color css
<style>
a { background-color: #69EC73; }
a { background-color: rgb(105,236,115); }
div.DivClassName
{
background-color: #69EC73;
}
.BgClassName
{
background-color: #69EC73;
}
</style>
border-color css
<style>
span { border-color: #69EC73; }
span { border-color: rgb(105,236,115); }
td.TdClassName
{
border-color: #69EC73;
}
.TagClassName
{
border-color: #69EC73;
}
</style>