Shades of Bright Green #69E700
Tints of Bright Green #69E700
RGB
CMYK
RGB Variations
Color information
#69E700 (or 0x69E700) is known color: Bright Green. HEX triplet: 69, E7 and 00. RGB value is (105,231,0). Sum of RGB (Red+Green+Blue) = 105+231+0=336 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.25% from 336); Green value is 231 (90.62% from 255 or 68.75% from 336); Blue value is 0 (0.39% from 255 or 0% from 336); Max value from RGB is 231 - color contains mainly: green. Hex color #69E700 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #69E700 is #9618FF. Grayscale: #A7A7A7. Windows color (decimal): -9836800 or 59241. OLE color: 59241.
HSL color Cylindrical-coordinate representation of color #69E700: hue angle of 92.73º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #69E700 is Cyan = 0.55, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 105 | 231 | 0 | - |
| CMYK | 0.55 | 0 | 1 | 0.09 |
| HSL | 92.73º | 1% | 0.45% | - |
| HSV(B) | 92.73º | 1% | 0.91% | - |
| XYZ | 34.4 | 60.16 | 9.8 | - |
| YUV | 166.99 | 33.76 | 83.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 231 | 0 | 0.55 | 0 | 1 | 0.09 | 92.73 | 1 | 0.45 |
| Hex | 69 | E7 | 0 | 37 | 0 | 64 | 9 | 5D | 64 | 2D |
| Octal | 151 | 347 | 0 | 67 | 0 | 144 | 11 | 135 | 144 | 55 |
| Binary | 1101001 | 11100111 | 0 | 110111 | 0 | 1100100 | 1001 | 1011101 | 1100100 | 101101 |
Color Harmonies of #69E700
Complementary color
Monochromatic Colors of #69E700
Black with #69E700
Text Example
Text Example
White with #69E700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69E700; }
p { color: rgb(105,231,0); }
H1.HeaderClassName
{
color: #69E700;
}
.AnyTagClassName
{
color: #69E700;
}
</style>
background-color css
<style>
a { background-color: #69E700; }
a { background-color: rgb(105,231,0); }
div.DivClassName
{
background-color: #69E700;
}
.BgClassName
{
background-color: #69E700;
}
</style>
border-color css
<style>
span { border-color: #69E700; }
span { border-color: rgb(105,231,0); }
td.TdClassName
{
border-color: #69E700;
}
.TagClassName
{
border-color: #69E700;
}
</style>