Shades of Bright Green #69DA0D
Tints of Bright Green #69DA0D
RGB
CMYK
RGB Variations
Color information
#69DA0D (or 0x69DA0D) is known color: Bright Green. HEX triplet: 69, DA and 0D. RGB value is (105,218,13). Sum of RGB (Red+Green+Blue) = 105+218+13=336 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.25% from 336); Green value is 218 (85.55% from 255 or 64.88% from 336); Blue value is 13 (5.47% from 255 or 3.87% from 336); Max value from RGB is 218 - color contains mainly: green. Hex color #69DA0D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #69DA0D is #9625F2. Grayscale: #A1A1A1. Windows color (decimal): -9840115 or 907881. OLE color: 907881.
HSL color Cylindrical-coordinate representation of color #69DA0D: hue angle of 93.07º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #69DA0D is Cyan = 0.52, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 105 | 218 | 13 | - |
| CMYK | 0.52 | 0 | 0.94 | 0.15 |
| HSL | 93.07º | 0.89% | 0.45% | - |
| HSV(B) | 93.07º | 0.94% | 0.85% | - |
| XYZ | 30.97 | 53.18 | 9.01 | - |
| YUV | 160.84 | 44.56 | 88.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 218 | 13 | 0.52 | 0 | 0.94 | 0.15 | 93.07 | 0.89 | 0.45 |
| Hex | 69 | DA | D | 34 | 0 | 5E | F | 5D | 59 | 2D |
| Octal | 151 | 332 | 15 | 64 | 0 | 136 | 17 | 135 | 131 | 55 |
| Binary | 1101001 | 11011010 | 1101 | 110100 | 0 | 1011110 | 1111 | 1011101 | 1011001 | 101101 |
Color Harmonies of #69DA0D
Complementary color
Monochromatic Colors of #69DA0D
Black with #69DA0D
Text Example
Text Example
White with #69DA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DA0D; }
p { color: rgb(105,218,13); }
H1.HeaderClassName
{
color: #69DA0D;
}
.AnyTagClassName
{
color: #69DA0D;
}
</style>
background-color css
<style>
a { background-color: #69DA0D; }
a { background-color: rgb(105,218,13); }
div.DivClassName
{
background-color: #69DA0D;
}
.BgClassName
{
background-color: #69DA0D;
}
</style>
border-color css
<style>
span { border-color: #69DA0D; }
span { border-color: rgb(105,218,13); }
td.TdClassName
{
border-color: #69DA0D;
}
.TagClassName
{
border-color: #69DA0D;
}
</style>