Shades of Bright Green #69E50E
Tints of Bright Green #69E50E
RGB
CMYK
RGB Variations
Color information
#69E50E (or 0x69E50E) is known color: Bright Green. HEX triplet: 69, E5 and 0E. RGB value is (105,229,14). Sum of RGB (Red+Green+Blue) = 105+229+14=348 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30.17% from 348); Green value is 229 (89.84% from 255 or 65.80% from 348); Blue value is 14 (5.86% from 255 or 4.02% from 348); Max value from RGB is 229 - color contains mainly: green. Hex color #69E50E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #69E50E is #961AF1. Grayscale: #A8A8A8. Windows color (decimal): -9837298 or 976233. OLE color: 976233.
HSL color Cylindrical-coordinate representation of color #69E50E: hue angle of 94.6º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #69E50E is Cyan = 0.54, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 105 | 229 | 14 | - |
| CMYK | 0.54 | 0 | 0.94 | 0.10 |
| HSL | 94.6º | 0.88% | 0.48% | - |
| HSV(B) | 94.6º | 0.94% | 0.9% | - |
| XYZ | 33.92 | 59.07 | 10.03 | - |
| YUV | 167.41 | 41.42 | 83.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 229 | 14 | 0.54 | 0 | 0.94 | 0.10 | 94.6 | 0.88 | 0.48 |
| Hex | 69 | E5 | E | 36 | 0 | 5E | A | 5F | 58 | 30 |
| Octal | 151 | 345 | 16 | 66 | 0 | 136 | 12 | 137 | 130 | 60 |
| Binary | 1101001 | 11100101 | 1110 | 110110 | 0 | 1011110 | 1010 | 1011111 | 1011000 | 110000 |
Color Harmonies of #69E50E
Complementary color
Monochromatic Colors of #69E50E
Black with #69E50E
Text Example
Text Example
White with #69E50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69E50E; }
p { color: rgb(105,229,14); }
H1.HeaderClassName
{
color: #69E50E;
}
.AnyTagClassName
{
color: #69E50E;
}
</style>
background-color css
<style>
a { background-color: #69E50E; }
a { background-color: rgb(105,229,14); }
div.DivClassName
{
background-color: #69E50E;
}
.BgClassName
{
background-color: #69E50E;
}
</style>
border-color css
<style>
span { border-color: #69E50E; }
span { border-color: rgb(105,229,14); }
td.TdClassName
{
border-color: #69E50E;
}
.TagClassName
{
border-color: #69E50E;
}
</style>