Shades of Bright Green #69D808
Tints of Bright Green #69D808
RGB
CMYK
RGB Variations
Color information
#69D808 (or 0x69D808) is known color: Bright Green. HEX triplet: 69, D8 and 08. RGB value is (105,216,8). Sum of RGB (Red+Green+Blue) = 105+216+8=329 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.91% from 329); Green value is 216 (84.77% from 255 or 65.65% from 329); Blue value is 8 (3.52% from 255 or 2.43% from 329); Max value from RGB is 216 - color contains mainly: green. Hex color #69D808 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #69D808 is #9627F7. Grayscale: #9F9F9F. Windows color (decimal): -9840632 or 579689. OLE color: 579689.
HSL color Cylindrical-coordinate representation of color #69D808: hue angle of 92.02º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #69D808 is Cyan = 0.51, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 105 | 216 | 8 | - |
| CMYK | 0.51 | 0 | 0.96 | 0.15 |
| HSL | 92.02º | 0.93% | 0.44% | - |
| HSV(B) | 92.02º | 0.96% | 0.85% | - |
| XYZ | 30.43 | 52.13 | 8.69 | - |
| YUV | 159.1 | 42.73 | 89.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 216 | 8 | 0.51 | 0 | 0.96 | 0.15 | 92.02 | 0.93 | 0.44 |
| Hex | 69 | D8 | 8 | 33 | 0 | 60 | F | 5C | 5D | 2C |
| Octal | 151 | 330 | 10 | 63 | 0 | 140 | 17 | 134 | 135 | 54 |
| Binary | 1101001 | 11011000 | 1000 | 110011 | 0 | 1100000 | 1111 | 1011100 | 1011101 | 101100 |
Color Harmonies of #69D808
Complementary color
Monochromatic Colors of #69D808
Black with #69D808
Text Example
Text Example
White with #69D808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D808; }
p { color: rgb(105,216,8); }
H1.HeaderClassName
{
color: #69D808;
}
.AnyTagClassName
{
color: #69D808;
}
</style>
background-color css
<style>
a { background-color: #69D808; }
a { background-color: rgb(105,216,8); }
div.DivClassName
{
background-color: #69D808;
}
.BgClassName
{
background-color: #69D808;
}
</style>
border-color css
<style>
span { border-color: #69D808; }
span { border-color: rgb(105,216,8); }
td.TdClassName
{
border-color: #69D808;
}
.TagClassName
{
border-color: #69D808;
}
</style>