Shades of Pastel Green #69F286
Tints of Pastel Green #69F286
RGB
CMYK
RGB Variations
Color information
#69F286 (or 0x69F286) is known color: Pastel Green. HEX triplet: 69, F2 and 86. RGB value is (105,242,134). Sum of RGB (Red+Green+Blue) = 105+242+134=481 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.83% from 481); Green value is 242 (94.92% from 255 or 50.31% from 481); Blue value is 134 (52.73% from 255 or 27.86% from 481); Max value from RGB is 242 - color contains mainly: green. Hex color #69F286 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69F286 is #960D79. Grayscale: #BDBDBD. Windows color (decimal): -9833850 or 8843881. OLE color: 8843881.
HSL color Cylindrical-coordinate representation of color #69F286: hue angle of 132.7º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69F286 is Cyan = 0.57, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 105 | 242 | 134 | - |
| CMYK | 0.57 | 0 | 0.45 | 0.05 |
| HSL | 132.7º | 0.84% | 0.68% | - |
| HSV(B) | 132.7º | 0.57% | 0.95% | - |
| XYZ | 41.88 | 68.23 | 33.52 | - |
| YUV | 188.73 | 97.11 | 68.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 242 | 134 | 0.57 | 0 | 0.45 | 0.05 | 132.7 | 0.84 | 0.68 |
| Hex | 69 | F2 | 86 | 39 | 0 | 2D | 5 | 85 | 54 | 44 |
| Octal | 151 | 362 | 206 | 71 | 0 | 55 | 5 | 205 | 124 | 104 |
| Binary | 1101001 | 11110010 | 10000110 | 111001 | 0 | 101101 | 101 | 10000101 | 1010100 | 1000100 |
Color Harmonies of #69F286
Complementary color
Monochromatic Colors of #69F286
Black with #69F286
Text Example
Text Example
White with #69F286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69F286; }
p { color: rgb(105,242,134); }
H1.HeaderClassName
{
color: #69F286;
}
.AnyTagClassName
{
color: #69F286;
}
</style>
background-color css
<style>
a { background-color: #69F286; }
a { background-color: rgb(105,242,134); }
div.DivClassName
{
background-color: #69F286;
}
.BgClassName
{
background-color: #69F286;
}
</style>
border-color css
<style>
span { border-color: #69F286; }
span { border-color: rgb(105,242,134); }
td.TdClassName
{
border-color: #69F286;
}
.TagClassName
{
border-color: #69F286;
}
</style>