Shades of Pastel Green #69EC77
Tints of Pastel Green #69EC77
RGB
CMYK
RGB Variations
Color information
#69EC77 (or 0x69EC77) is known color: Pastel Green. HEX triplet: 69, EC and 77. RGB value is (105,236,119). Sum of RGB (Red+Green+Blue) = 105+236+119=460 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.83% from 460); Green value is 236 (92.58% from 255 or 51.30% from 460); Blue value is 119 (46.88% from 255 or 25.87% from 460); Max value from RGB is 236 - color contains mainly: green. Hex color #69EC77 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #69EC77 is #961388. Grayscale: #B7B7B7. Windows color (decimal): -9835401 or 7859305. OLE color: 7859305.
HSL color Cylindrical-coordinate representation of color #69EC77: hue angle of 126.41º 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 #69EC77 is Cyan = 0.56, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 236 | 119 | - |
| CMYK | 0.56 | 0 | 0.50 | 0.07 |
| HSL | 126.41º | 0.78% | 0.67% | - |
| HSV(B) | 126.41º | 0.56% | 0.93% | - |
| XYZ | 39.15 | 64.33 | 27.81 | - |
| YUV | 183.49 | 91.6 | 72.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 236 | 119 | 0.56 | 0 | 0.50 | 0.07 | 126.41 | 0.78 | 0.67 |
| Hex | 69 | EC | 77 | 38 | 0 | 32 | 7 | 7E | 4E | 43 |
| Octal | 151 | 354 | 167 | 70 | 0 | 62 | 7 | 176 | 116 | 103 |
| Binary | 1101001 | 11101100 | 1110111 | 111000 | 0 | 110010 | 111 | 1111110 | 1001110 | 1000011 |
Color Harmonies of #69EC77
Complementary color
Monochromatic Colors of #69EC77
Black with #69EC77
Text Example
Text Example
White with #69EC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69EC77; }
p { color: rgb(105,236,119); }
H1.HeaderClassName
{
color: #69EC77;
}
.AnyTagClassName
{
color: #69EC77;
}
</style>
background-color css
<style>
a { background-color: #69EC77; }
a { background-color: rgb(105,236,119); }
div.DivClassName
{
background-color: #69EC77;
}
.BgClassName
{
background-color: #69EC77;
}
</style>
border-color css
<style>
span { border-color: #69EC77; }
span { border-color: rgb(105,236,119); }
td.TdClassName
{
border-color: #69EC77;
}
.TagClassName
{
border-color: #69EC77;
}
</style>