Shades of Bright Green #69DC15
Tints of Bright Green #69DC15
RGB
CMYK
RGB Variations
Color information
#69DC15 (or 0x69DC15) is known color: Bright Green. HEX triplet: 69, DC and 15. RGB value is (105,220,21). Sum of RGB (Red+Green+Blue) = 105+220+21=346 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.35% from 346); Green value is 220 (86.33% from 255 or 63.58% from 346); Blue value is 21 (8.59% from 255 or 6.07% from 346); Max value from RGB is 220 - color contains mainly: green. Hex color #69DC15 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #69DC15 is #9623EA. Grayscale: #A3A3A3. Windows color (decimal): -9839595 or 1432681. OLE color: 1432681.
HSL color Cylindrical-coordinate representation of color #69DC15: hue angle of 94.67º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #69DC15 is Cyan = 0.52, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 220 | 21 | - |
| CMYK | 0.52 | 0 | 0.90 | 0.14 |
| HSL | 94.67º | 0.83% | 0.47% | - |
| HSV(B) | 94.67º | 0.9% | 0.86% | - |
| XYZ | 31.55 | 54.24 | 9.52 | - |
| YUV | 162.93 | 47.9 | 86.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 220 | 21 | 0.52 | 0 | 0.90 | 0.14 | 94.67 | 0.83 | 0.47 |
| Hex | 69 | DC | 15 | 34 | 0 | 5A | E | 5F | 53 | 2F |
| Octal | 151 | 334 | 25 | 64 | 0 | 132 | 16 | 137 | 123 | 57 |
| Binary | 1101001 | 11011100 | 10101 | 110100 | 0 | 1011010 | 1110 | 1011111 | 1010011 | 101111 |
Color Harmonies of #69DC15
Complementary color
Monochromatic Colors of #69DC15
Black with #69DC15
Text Example
Text Example
White with #69DC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DC15; }
p { color: rgb(105,220,21); }
H1.HeaderClassName
{
color: #69DC15;
}
.AnyTagClassName
{
color: #69DC15;
}
</style>
background-color css
<style>
a { background-color: #69DC15; }
a { background-color: rgb(105,220,21); }
div.DivClassName
{
background-color: #69DC15;
}
.BgClassName
{
background-color: #69DC15;
}
</style>
border-color css
<style>
span { border-color: #69DC15; }
span { border-color: rgb(105,220,21); }
td.TdClassName
{
border-color: #69DC15;
}
.TagClassName
{
border-color: #69DC15;
}
</style>