Shades of Bright Green #69E30A
Tints of Bright Green #69E30A
RGB
CMYK
RGB Variations
Color information
#69E30A (or 0x69E30A) is known color: Bright Green. HEX triplet: 69, E3 and 0A. RGB value is (105,227,10). Sum of RGB (Red+Green+Blue) = 105+227+10=342 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.70% from 342); Green value is 227 (89.06% from 255 or 66.37% from 342); Blue value is 10 (4.30% from 255 or 2.92% from 342); Max value from RGB is 227 - color contains mainly: green. Hex color #69E30A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #69E30A is #961CF5. Grayscale: #A6A6A6. Windows color (decimal): -9837814 or 713577. OLE color: 713577.
HSL color Cylindrical-coordinate representation of color #69E30A: hue angle of 93.73º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #69E30A is Cyan = 0.54, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 105 | 227 | 10 | - |
| CMYK | 0.54 | 0 | 0.96 | 0.11 |
| HSL | 93.73º | 0.92% | 0.46% | - |
| HSV(B) | 93.73º | 0.96% | 0.89% | - |
| XYZ | 33.35 | 57.96 | 9.72 | - |
| YUV | 165.78 | 40.08 | 84.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 227 | 10 | 0.54 | 0 | 0.96 | 0.11 | 93.73 | 0.92 | 0.46 |
| Hex | 69 | E3 | A | 36 | 0 | 60 | B | 5E | 5C | 2E |
| Octal | 151 | 343 | 12 | 66 | 0 | 140 | 13 | 136 | 134 | 56 |
| Binary | 1101001 | 11100011 | 1010 | 110110 | 0 | 1100000 | 1011 | 1011110 | 1011100 | 101110 |
Color Harmonies of #69E30A
Complementary color
Monochromatic Colors of #69E30A
Black with #69E30A
Text Example
Text Example
White with #69E30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69E30A; }
p { color: rgb(105,227,10); }
H1.HeaderClassName
{
color: #69E30A;
}
.AnyTagClassName
{
color: #69E30A;
}
</style>
background-color css
<style>
a { background-color: #69E30A; }
a { background-color: rgb(105,227,10); }
div.DivClassName
{
background-color: #69E30A;
}
.BgClassName
{
background-color: #69E30A;
}
</style>
border-color css
<style>
span { border-color: #69E30A; }
span { border-color: rgb(105,227,10); }
td.TdClassName
{
border-color: #69E30A;
}
.TagClassName
{
border-color: #69E30A;
}
</style>