Shades of Bright Green #69E015
Tints of Bright Green #69E015
RGB
CMYK
RGB Variations
Color information
#69E015 (or 0x69E015) is known color: Bright Green. HEX triplet: 69, E0 and 15. RGB value is (105,224,21). Sum of RGB (Red+Green+Blue) = 105+224+21=350 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30% from 350); Green value is 224 (87.89% from 255 or 64% from 350); Blue value is 21 (8.59% from 255 or 6% from 350); Max value from RGB is 224 - color contains mainly: green. Hex color #69E015 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #69E015 is #961FEA. Grayscale: #A5A5A5. Windows color (decimal): -9838571 or 1433705. OLE color: 1433705.
HSL color Cylindrical-coordinate representation of color #69E015: hue angle of 95.17º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #69E015 is Cyan = 0.53, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 105 | 224 | 21 | - |
| CMYK | 0.53 | 0 | 0.91 | 0.12 |
| HSL | 95.17º | 0.83% | 0.48% | - |
| HSV(B) | 95.17º | 0.91% | 0.88% | - |
| XYZ | 32.62 | 56.37 | 9.87 | - |
| YUV | 165.28 | 46.58 | 85.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 224 | 21 | 0.53 | 0 | 0.91 | 0.12 | 95.17 | 0.83 | 0.48 |
| Hex | 69 | E0 | 15 | 35 | 0 | 5B | C | 5F | 53 | 30 |
| Octal | 151 | 340 | 25 | 65 | 0 | 133 | 14 | 137 | 123 | 60 |
| Binary | 1101001 | 11100000 | 10101 | 110101 | 0 | 1011011 | 1100 | 1011111 | 1010011 | 110000 |
Color Harmonies of #69E015
Complementary color
Monochromatic Colors of #69E015
Black with #69E015
Text Example
Text Example
White with #69E015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69E015; }
p { color: rgb(105,224,21); }
H1.HeaderClassName
{
color: #69E015;
}
.AnyTagClassName
{
color: #69E015;
}
</style>
background-color css
<style>
a { background-color: #69E015; }
a { background-color: rgb(105,224,21); }
div.DivClassName
{
background-color: #69E015;
}
.BgClassName
{
background-color: #69E015;
}
</style>
border-color css
<style>
span { border-color: #69E015; }
span { border-color: rgb(105,224,21); }
td.TdClassName
{
border-color: #69E015;
}
.TagClassName
{
border-color: #69E015;
}
</style>