Shades of Bright Green #69D908
Tints of Bright Green #69D908
RGB
CMYK
RGB Variations
Color information
#69D908 (or 0x69D908) is known color: Bright Green. HEX triplet: 69, D9 and 08. RGB value is (105,217,8). Sum of RGB (Red+Green+Blue) = 105+217+8=330 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.82% from 330); Green value is 217 (85.16% from 255 or 65.76% from 330); Blue value is 8 (3.52% from 255 or 2.42% from 330); Max value from RGB is 217 - color contains mainly: green. Hex color #69D908 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #69D908 is #9626F7. Grayscale: #A0A0A0. Windows color (decimal): -9840376 or 579945. OLE color: 579945.
HSL color Cylindrical-coordinate representation of color #69D908: hue angle of 92.15º 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 #69D908 is Cyan = 0.52, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 105 | 217 | 8 | - |
| CMYK | 0.52 | 0 | 0.96 | 0.15 |
| HSL | 92.15º | 0.93% | 0.44% | - |
| HSV(B) | 92.15º | 0.96% | 0.85% | - |
| XYZ | 30.68 | 52.65 | 8.77 | - |
| YUV | 159.69 | 42.39 | 88.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 217 | 8 | 0.52 | 0 | 0.96 | 0.15 | 92.15 | 0.93 | 0.44 |
| Hex | 69 | D9 | 8 | 34 | 0 | 60 | F | 5C | 5D | 2C |
| Octal | 151 | 331 | 10 | 64 | 0 | 140 | 17 | 134 | 135 | 54 |
| Binary | 1101001 | 11011001 | 1000 | 110100 | 0 | 1100000 | 1111 | 1011100 | 1011101 | 101100 |
Color Harmonies of #69D908
Complementary color
Monochromatic Colors of #69D908
Black with #69D908
Text Example
Text Example
White with #69D908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D908; }
p { color: rgb(105,217,8); }
H1.HeaderClassName
{
color: #69D908;
}
.AnyTagClassName
{
color: #69D908;
}
</style>
background-color css
<style>
a { background-color: #69D908; }
a { background-color: rgb(105,217,8); }
div.DivClassName
{
background-color: #69D908;
}
.BgClassName
{
background-color: #69D908;
}
</style>
border-color css
<style>
span { border-color: #69D908; }
span { border-color: rgb(105,217,8); }
td.TdClassName
{
border-color: #69D908;
}
.TagClassName
{
border-color: #69D908;
}
</style>