Shades of Bright Green #69E505
Tints of Bright Green #69E505
RGB
CMYK
RGB Variations
Color information
#69E505 (or 0x69E505) is known color: Bright Green. HEX triplet: 69, E5 and 05. RGB value is (105,229,5). Sum of RGB (Red+Green+Blue) = 105+229+5=339 (44% of max value = 765). Red value is 105 (41.41% from 255 or 30.97% from 339); Green value is 229 (89.84% from 255 or 67.55% from 339); Blue value is 5 (2.34% from 255 or 1.47% from 339); Max value from RGB is 229 - color contains mainly: green. Hex color #69E505 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #69E505 is #961AFA. Grayscale: #A7A7A7. Windows color (decimal): -9837307 or 386409. OLE color: 386409.
HSL color Cylindrical-coordinate representation of color #69E505: hue angle of 93.21º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #69E505 is Cyan = 0.54, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 105 | 229 | 5 | - |
| CMYK | 0.54 | 0 | 0.98 | 0.10 |
| HSL | 93.21º | 0.96% | 0.46% | - |
| HSV(B) | 93.21º | 0.98% | 0.9% | - |
| XYZ | 33.87 | 59.05 | 9.76 | - |
| YUV | 166.39 | 36.92 | 84.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 229 | 5 | 0.54 | 0 | 0.98 | 0.10 | 93.21 | 0.96 | 0.46 |
| Hex | 69 | E5 | 5 | 36 | 0 | 62 | A | 5D | 60 | 2E |
| Octal | 151 | 345 | 5 | 66 | 0 | 142 | 12 | 135 | 140 | 56 |
| Binary | 1101001 | 11100101 | 101 | 110110 | 0 | 1100010 | 1010 | 1011101 | 1100000 | 101110 |
Color Harmonies of #69E505
Complementary color
Monochromatic Colors of #69E505
Black with #69E505
Text Example
Text Example
White with #69E505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69E505; }
p { color: rgb(105,229,5); }
H1.HeaderClassName
{
color: #69E505;
}
.AnyTagClassName
{
color: #69E505;
}
</style>
background-color css
<style>
a { background-color: #69E505; }
a { background-color: rgb(105,229,5); }
div.DivClassName
{
background-color: #69E505;
}
.BgClassName
{
background-color: #69E505;
}
</style>
border-color css
<style>
span { border-color: #69E505; }
span { border-color: rgb(105,229,5); }
td.TdClassName
{
border-color: #69E505;
}
.TagClassName
{
border-color: #69E505;
}
</style>