Shades of Pastel Green #69E671
Tints of Pastel Green #69E671
RGB
CMYK
RGB Variations
Color information
#69E671 (or 0x69E671) is known color: Pastel Green. HEX triplet: 69, E6 and 71. RGB value is (105,230,113). Sum of RGB (Red+Green+Blue) = 105+230+113=448 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.44% from 448); Green value is 230 (90.23% from 255 or 51.34% from 448); Blue value is 113 (44.53% from 255 or 25.22% from 448); Max value from RGB is 230 - color contains mainly: green. Hex color #69E671 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #69E671 is #96198E. Grayscale: #B3B3B3. Windows color (decimal): -9836943 or 7464553. OLE color: 7464553.
HSL color Cylindrical-coordinate representation of color #69E671: hue angle of 123.84º 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 #69E671 is Cyan = 0.54, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 105 | 230 | 113 | - |
| CMYK | 0.54 | 0 | 0.51 | 0.10 |
| HSL | 123.84º | 0.71% | 0.66% | - |
| HSV(B) | 123.84º | 0.54% | 0.9% | - |
| XYZ | 37.1 | 60.79 | 25.4 | - |
| YUV | 179.29 | 90.59 | 75.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 230 | 113 | 0.54 | 0 | 0.51 | 0.10 | 123.84 | 0.71 | 0.66 |
| Hex | 69 | E6 | 71 | 36 | 0 | 33 | A | 7C | 47 | 42 |
| Octal | 151 | 346 | 161 | 66 | 0 | 63 | 12 | 174 | 107 | 102 |
| Binary | 1101001 | 11100110 | 1110001 | 110110 | 0 | 110011 | 1010 | 1111100 | 1000111 | 1000010 |
Color Harmonies of #69E671
Complementary color
Monochromatic Colors of #69E671
Black with #69E671
Text Example
Text Example
White with #69E671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69E671; }
p { color: rgb(105,230,113); }
H1.HeaderClassName
{
color: #69E671;
}
.AnyTagClassName
{
color: #69E671;
}
</style>
background-color css
<style>
a { background-color: #69E671; }
a { background-color: rgb(105,230,113); }
div.DivClassName
{
background-color: #69E671;
}
.BgClassName
{
background-color: #69E671;
}
</style>
border-color css
<style>
span { border-color: #69E671; }
span { border-color: rgb(105,230,113); }
td.TdClassName
{
border-color: #69E671;
}
.TagClassName
{
border-color: #69E671;
}
</style>