Shades of Bright Green #69EC14
Tints of Bright Green #69EC14
RGB
CMYK
RGB Variations
Color information
#69EC14 (or 0x69EC14) is known color: Bright Green. HEX triplet: 69, EC and 14. RGB value is (105,236,20). Sum of RGB (Red+Green+Blue) = 105+236+20=361 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.09% from 361); Green value is 236 (92.58% from 255 or 65.37% from 361); Blue value is 20 (8.20% from 255 or 5.54% from 361); Max value from RGB is 236 - color contains mainly: green. Hex color #69EC14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #69EC14 is #9613EB. Grayscale: #ACACAC. Windows color (decimal): -9835500 or 1371241. OLE color: 1371241.
HSL color Cylindrical-coordinate representation of color #69EC14: hue angle of 96.39º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #69EC14 is Cyan = 0.56, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 236 | 20 | - |
| CMYK | 0.56 | 0 | 0.92 | 0.07 |
| HSL | 96.39º | 0.85% | 0.5% | - |
| HSV(B) | 96.39º | 0.92% | 0.93% | - |
| XYZ | 35.95 | 63.04 | 10.94 | - |
| YUV | 172.21 | 42.1 | 80.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 236 | 20 | 0.56 | 0 | 0.92 | 0.07 | 96.39 | 0.85 | 0.5 |
| Hex | 69 | EC | 14 | 38 | 0 | 5C | 7 | 60 | 55 | 32 |
| Octal | 151 | 354 | 24 | 70 | 0 | 134 | 7 | 140 | 125 | 62 |
| Binary | 1101001 | 11101100 | 10100 | 111000 | 0 | 1011100 | 111 | 1100000 | 1010101 | 110010 |
Color Harmonies of #69EC14
Complementary color
Monochromatic Colors of #69EC14
Black with #69EC14
Text Example
Text Example
White with #69EC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69EC14; }
p { color: rgb(105,236,20); }
H1.HeaderClassName
{
color: #69EC14;
}
.AnyTagClassName
{
color: #69EC14;
}
</style>
background-color css
<style>
a { background-color: #69EC14; }
a { background-color: rgb(105,236,20); }
div.DivClassName
{
background-color: #69EC14;
}
.BgClassName
{
background-color: #69EC14;
}
</style>
border-color css
<style>
span { border-color: #69EC14; }
span { border-color: rgb(105,236,20); }
td.TdClassName
{
border-color: #69EC14;
}
.TagClassName
{
border-color: #69EC14;
}
</style>