Shades of Bright Green #69D805
Tints of Bright Green #69D805
RGB
CMYK
RGB Variations
Color information
#69D805 (or 0x69D805) is known color: Bright Green. HEX triplet: 69, D8 and 05. RGB value is (105,216,5). Sum of RGB (Red+Green+Blue) = 105+216+5=326 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.21% from 326); Green value is 216 (84.77% from 255 or 66.26% from 326); Blue value is 5 (2.34% from 255 or 1.53% from 326); Max value from RGB is 216 - color contains mainly: green. Hex color #69D805 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #69D805 is #9627FA. Grayscale: #9F9F9F. Windows color (decimal): -9840635 or 383081. OLE color: 383081.
HSL color Cylindrical-coordinate representation of color #69D805: hue angle of 91.56º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #69D805 is Cyan = 0.51, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 105 | 216 | 5 | - |
| CMYK | 0.51 | 0 | 0.98 | 0.15 |
| HSL | 91.56º | 0.95% | 0.43% | - |
| HSV(B) | 91.56º | 0.98% | 0.85% | - |
| XYZ | 30.41 | 52.13 | 8.6 | - |
| YUV | 158.76 | 41.23 | 89.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 216 | 5 | 0.51 | 0 | 0.98 | 0.15 | 91.56 | 0.95 | 0.43 |
| Hex | 69 | D8 | 5 | 33 | 0 | 62 | F | 5C | 5F | 2B |
| Octal | 151 | 330 | 5 | 63 | 0 | 142 | 17 | 134 | 137 | 53 |
| Binary | 1101001 | 11011000 | 101 | 110011 | 0 | 1100010 | 1111 | 1011100 | 1011111 | 101011 |
Color Harmonies of #69D805
Complementary color
Monochromatic Colors of #69D805
Black with #69D805
Text Example
Text Example
White with #69D805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D805; }
p { color: rgb(105,216,5); }
H1.HeaderClassName
{
color: #69D805;
}
.AnyTagClassName
{
color: #69D805;
}
</style>
background-color css
<style>
a { background-color: #69D805; }
a { background-color: rgb(105,216,5); }
div.DivClassName
{
background-color: #69D805;
}
.BgClassName
{
background-color: #69D805;
}
</style>
border-color css
<style>
span { border-color: #69D805; }
span { border-color: rgb(105,216,5); }
td.TdClassName
{
border-color: #69D805;
}
.TagClassName
{
border-color: #69D805;
}
</style>