Shades of Bright Green #69EC0F
Tints of Bright Green #69EC0F
RGB
CMYK
RGB Variations
Color information
#69EC0F (or 0x69EC0F) is known color: Bright Green. HEX triplet: 69, EC and 0F. RGB value is (105,236,15). Sum of RGB (Red+Green+Blue) = 105+236+15=356 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.49% from 356); Green value is 236 (92.58% from 255 or 66.29% from 356); Blue value is 15 (6.25% from 255 or 4.21% from 356); Max value from RGB is 236 - color contains mainly: green. Hex color #69EC0F is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #69EC0F is #9613F0. Grayscale: #ACACAC. Windows color (decimal): -9835505 or 1043561. OLE color: 1043561.
HSL color Cylindrical-coordinate representation of color #69EC0F: hue angle of 95.57º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #69EC0F is Cyan = 0.56, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 236 | 15 | - |
| CMYK | 0.56 | 0 | 0.94 | 0.07 |
| HSL | 95.57º | 0.88% | 0.49% | - |
| HSV(B) | 95.57º | 0.94% | 0.93% | - |
| XYZ | 35.91 | 63.03 | 10.73 | - |
| YUV | 171.64 | 39.6 | 80.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 236 | 15 | 0.56 | 0 | 0.94 | 0.07 | 95.57 | 0.88 | 0.49 |
| Hex | 69 | EC | F | 38 | 0 | 5E | 7 | 60 | 58 | 31 |
| Octal | 151 | 354 | 17 | 70 | 0 | 136 | 7 | 140 | 130 | 61 |
| Binary | 1101001 | 11101100 | 1111 | 111000 | 0 | 1011110 | 111 | 1100000 | 1011000 | 110001 |
Color Harmonies of #69EC0F
Complementary color
Monochromatic Colors of #69EC0F
Black with #69EC0F
Text Example
Text Example
White with #69EC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69EC0F; }
p { color: rgb(105,236,15); }
H1.HeaderClassName
{
color: #69EC0F;
}
.AnyTagClassName
{
color: #69EC0F;
}
</style>
background-color css
<style>
a { background-color: #69EC0F; }
a { background-color: rgb(105,236,15); }
div.DivClassName
{
background-color: #69EC0F;
}
.BgClassName
{
background-color: #69EC0F;
}
</style>
border-color css
<style>
span { border-color: #69EC0F; }
span { border-color: rgb(105,236,15); }
td.TdClassName
{
border-color: #69EC0F;
}
.TagClassName
{
border-color: #69EC0F;
}
</style>