Shades of Bright Green #69E50D
Tints of Bright Green #69E50D
RGB
CMYK
RGB Variations
Color information
#69E50D (or 0x69E50D) is known color: Bright Green. HEX triplet: 69, E5 and 0D. RGB value is (105,229,13). Sum of RGB (Red+Green+Blue) = 105+229+13=347 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.26% from 347); Green value is 229 (89.84% from 255 or 65.99% from 347); Blue value is 13 (5.47% from 255 or 3.75% from 347); Max value from RGB is 229 - color contains mainly: green. Hex color #69E50D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #69E50D is #961AF2. Grayscale: #A8A8A8. Windows color (decimal): -9837299 or 910697. OLE color: 910697.
HSL color Cylindrical-coordinate representation of color #69E50D: hue angle of 94.44º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #69E50D is Cyan = 0.54, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 105 | 229 | 13 | - |
| CMYK | 0.54 | 0 | 0.94 | 0.10 |
| HSL | 94.44º | 0.89% | 0.47% | - |
| HSV(B) | 94.44º | 0.94% | 0.9% | - |
| XYZ | 33.92 | 59.07 | 9.99 | - |
| YUV | 167.3 | 40.92 | 83.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 229 | 13 | 0.54 | 0 | 0.94 | 0.10 | 94.44 | 0.89 | 0.47 |
| Hex | 69 | E5 | D | 36 | 0 | 5E | A | 5E | 59 | 2F |
| Octal | 151 | 345 | 15 | 66 | 0 | 136 | 12 | 136 | 131 | 57 |
| Binary | 1101001 | 11100101 | 1101 | 110110 | 0 | 1011110 | 1010 | 1011110 | 1011001 | 101111 |
Color Harmonies of #69E50D
Complementary color
Monochromatic Colors of #69E50D
Black with #69E50D
Text Example
Text Example
White with #69E50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69E50D; }
p { color: rgb(105,229,13); }
H1.HeaderClassName
{
color: #69E50D;
}
.AnyTagClassName
{
color: #69E50D;
}
</style>
background-color css
<style>
a { background-color: #69E50D; }
a { background-color: rgb(105,229,13); }
div.DivClassName
{
background-color: #69E50D;
}
.BgClassName
{
background-color: #69E50D;
}
</style>
border-color css
<style>
span { border-color: #69E50D; }
span { border-color: rgb(105,229,13); }
td.TdClassName
{
border-color: #69E50D;
}
.TagClassName
{
border-color: #69E50D;
}
</style>