Shades of Light Green #69F696
Tints of Light Green #69F696
RGB
CMYK
RGB Variations
Color information
#69F696 (or 0x69F696) is known color: Light Green. HEX triplet: 69, F6 and 96. RGB value is (105,246,150). Sum of RGB (Red+Green+Blue) = 105+246+150=501 (66% of max value = 765). Red value is 105 (41.41% from 255 or 20.96% from 501); Green value is 246 (96.48% from 255 or 49.10% from 501); Blue value is 150 (58.98% from 255 or 29.94% from 501); Max value from RGB is 246 - color contains mainly: green. Hex color #69F696 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69F696 is #960969. Grayscale: #C1C1C1. Windows color (decimal): -9832810 or 9893481. OLE color: 9893481.
HSL color Cylindrical-coordinate representation of color #69F696: hue angle of 139.15º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69F696 is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 105 | 246 | 150 | - |
| CMYK | 0.57 | 0 | 0.39 | 0.04 |
| HSL | 139.15º | 0.89% | 0.69% | - |
| HSV(B) | 139.15º | 0.57% | 0.96% | - |
| XYZ | 44.29 | 71.12 | 40.25 | - |
| YUV | 192.9 | 103.79 | 65.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 246 | 150 | 0.57 | 0 | 0.39 | 0.04 | 139.15 | 0.89 | 0.69 |
| Hex | 69 | F6 | 96 | 39 | 0 | 27 | 4 | 8B | 59 | 45 |
| Octal | 151 | 366 | 226 | 71 | 0 | 47 | 4 | 213 | 131 | 105 |
| Binary | 1101001 | 11110110 | 10010110 | 111001 | 0 | 100111 | 100 | 10001011 | 1011001 | 1000101 |
Color Harmonies of #69F696
Complementary color
Monochromatic Colors of #69F696
Black with #69F696
Text Example
Text Example
White with #69F696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69F696; }
p { color: rgb(105,246,150); }
H1.HeaderClassName
{
color: #69F696;
}
.AnyTagClassName
{
color: #69F696;
}
</style>
background-color css
<style>
a { background-color: #69F696; }
a { background-color: rgb(105,246,150); }
div.DivClassName
{
background-color: #69F696;
}
.BgClassName
{
background-color: #69F696;
}
</style>
border-color css
<style>
span { border-color: #69F696; }
span { border-color: rgb(105,246,150); }
td.TdClassName
{
border-color: #69F696;
}
.TagClassName
{
border-color: #69F696;
}
</style>