Shades of Bright Green #69D803
Tints of Bright Green #69D803
RGB
CMYK
RGB Variations
Color information
#69D803 (or 0x69D803) is known color: Bright Green. HEX triplet: 69, D8 and 03. RGB value is (105,216,3). Sum of RGB (Red+Green+Blue) = 105+216+3=324 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.41% from 324); Green value is 216 (84.77% from 255 or 66.67% from 324); Blue value is 3 (1.56% from 255 or 0.93% from 324); Max value from RGB is 216 - color contains mainly: green. Hex color #69D803 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #69D803 is #9627FC. Grayscale: #9F9F9F. Windows color (decimal): -9840637 or 252009. OLE color: 252009.
HSL color Cylindrical-coordinate representation of color #69D803: hue angle of 91.27º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #69D803 is Cyan = 0.51, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 105 | 216 | 3 | - |
| CMYK | 0.51 | 0 | 0.99 | 0.15 |
| HSL | 91.27º | 0.97% | 0.43% | - |
| HSV(B) | 91.27º | 0.99% | 0.85% | - |
| XYZ | 30.4 | 52.12 | 8.54 | - |
| YUV | 158.53 | 40.23 | 89.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 216 | 3 | 0.51 | 0 | 0.99 | 0.15 | 91.27 | 0.97 | 0.43 |
| Hex | 69 | D8 | 3 | 33 | 0 | 63 | F | 5B | 61 | 2B |
| Octal | 151 | 330 | 3 | 63 | 0 | 143 | 17 | 133 | 141 | 53 |
| Binary | 1101001 | 11011000 | 11 | 110011 | 0 | 1100011 | 1111 | 1011011 | 1100001 | 101011 |
Color Harmonies of #69D803
Complementary color
Monochromatic Colors of #69D803
Black with #69D803
Text Example
Text Example
White with #69D803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D803; }
p { color: rgb(105,216,3); }
H1.HeaderClassName
{
color: #69D803;
}
.AnyTagClassName
{
color: #69D803;
}
</style>
background-color css
<style>
a { background-color: #69D803; }
a { background-color: rgb(105,216,3); }
div.DivClassName
{
background-color: #69D803;
}
.BgClassName
{
background-color: #69D803;
}
</style>
border-color css
<style>
span { border-color: #69D803; }
span { border-color: rgb(105,216,3); }
td.TdClassName
{
border-color: #69D803;
}
.TagClassName
{
border-color: #69D803;
}
</style>