Shades of Bright Green #69E100
Tints of Bright Green #69E100
RGB
CMYK
RGB Variations
Color information
#69E100 (or 0x69E100) is known color: Bright Green. HEX triplet: 69, E1 and 00. RGB value is (105,225,0). Sum of RGB (Red+Green+Blue) = 105+225+0=330 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.82% from 330); Green value is 225 (88.28% from 255 or 68.18% from 330); Blue value is 0 (0.39% from 255 or 0% from 330); Max value from RGB is 225 - color contains mainly: green. Hex color #69E100 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #69E100 is #961EFF. Grayscale: #A4A4A4. Windows color (decimal): -9838336 or 57705. OLE color: 57705.
HSL color Cylindrical-coordinate representation of color #69E100: hue angle of 92º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #69E100 is Cyan = 0.53, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 105 | 225 | 0 | - |
| CMYK | 0.53 | 0 | 1 | 0.12 |
| HSL | 92º | 1% | 0.44% | - |
| HSV(B) | 92º | 1% | 0.88% | - |
| XYZ | 32.75 | 56.85 | 9.25 | - |
| YUV | 163.47 | 35.74 | 86.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 225 | 0 | 0.53 | 0 | 1 | 0.12 | 92 | 1 | 0.44 |
| Hex | 69 | E1 | 0 | 35 | 0 | 64 | C | 5C | 64 | 2C |
| Octal | 151 | 341 | 0 | 65 | 0 | 144 | 14 | 134 | 144 | 54 |
| Binary | 1101001 | 11100001 | 0 | 110101 | 0 | 1100100 | 1100 | 1011100 | 1100100 | 101100 |
Color Harmonies of #69E100
Complementary color
Monochromatic Colors of #69E100
Black with #69E100
Text Example
Text Example
White with #69E100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69E100; }
p { color: rgb(105,225,0); }
H1.HeaderClassName
{
color: #69E100;
}
.AnyTagClassName
{
color: #69E100;
}
</style>
background-color css
<style>
a { background-color: #69E100; }
a { background-color: rgb(105,225,0); }
div.DivClassName
{
background-color: #69E100;
}
.BgClassName
{
background-color: #69E100;
}
</style>
border-color css
<style>
span { border-color: #69E100; }
span { border-color: rgb(105,225,0); }
td.TdClassName
{
border-color: #69E100;
}
.TagClassName
{
border-color: #69E100;
}
</style>