Shades of Bright Green #69E124
Tints of Bright Green #69E124
RGB
CMYK
RGB Variations
Color information
#69E124 (or 0x69E124) is known color: Bright Green. HEX triplet: 69, E1 and 24. RGB value is (105,225,36). Sum of RGB (Red+Green+Blue) = 105+225+36=366 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.69% from 366); Green value is 225 (88.28% from 255 or 61.48% from 366); Blue value is 36 (14.45% from 255 or 9.84% from 366); Max value from RGB is 225 - color contains mainly: green. Hex color #69E124 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69E124 is #961EDB. Grayscale: #A8A8A8. Windows color (decimal): -9838300 or 2417001. OLE color: 2417001.
HSL color Cylindrical-coordinate representation of color #69E124: hue angle of 98.1º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #69E124 is Cyan = 0.53, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 105 | 225 | 36 | - |
| CMYK | 0.53 | 0 | 0.84 | 0.12 |
| HSL | 98.1º | 0.76% | 0.51% | - |
| HSV(B) | 98.1º | 0.84% | 0.88% | - |
| XYZ | 33.07 | 56.98 | 10.92 | - |
| YUV | 167.57 | 53.74 | 83.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 225 | 36 | 0.53 | 0 | 0.84 | 0.12 | 98.1 | 0.76 | 0.51 |
| Hex | 69 | E1 | 24 | 35 | 0 | 54 | C | 62 | 4C | 33 |
| Octal | 151 | 341 | 44 | 65 | 0 | 124 | 14 | 142 | 114 | 63 |
| Binary | 1101001 | 11100001 | 100100 | 110101 | 0 | 1010100 | 1100 | 1100010 | 1001100 | 110011 |
Color Harmonies of #69E124
Complementary color
Monochromatic Colors of #69E124
Black with #69E124
Text Example
Text Example
White with #69E124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69E124; }
p { color: rgb(105,225,36); }
H1.HeaderClassName
{
color: #69E124;
}
.AnyTagClassName
{
color: #69E124;
}
</style>
background-color css
<style>
a { background-color: #69E124; }
a { background-color: rgb(105,225,36); }
div.DivClassName
{
background-color: #69E124;
}
.BgClassName
{
background-color: #69E124;
}
</style>
border-color css
<style>
span { border-color: #69E124; }
span { border-color: rgb(105,225,36); }
td.TdClassName
{
border-color: #69E124;
}
.TagClassName
{
border-color: #69E124;
}
</style>