Shades of Bright Green #69D900
Tints of Bright Green #69D900
RGB
CMYK
RGB Variations
Color information
#69D900 (or 0x69D900) is known color: Bright Green. HEX triplet: 69, D9 and 00. RGB value is (105,217,0). Sum of RGB (Red+Green+Blue) = 105+217+0=322 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.61% from 322); Green value is 217 (85.16% from 255 or 67.39% from 322); Blue value is 0 (0.39% from 255 or 0% from 322); Max value from RGB is 217 - color contains mainly: green. Hex color #69D900 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #69D900 is #9626FF. Grayscale: #9F9F9F. Windows color (decimal): -9840384 or 55657. OLE color: 55657.
HSL color Cylindrical-coordinate representation of color #69D900: hue angle of 90.97º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #69D900 is Cyan = 0.52, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 105 | 217 | 0 | - |
| CMYK | 0.52 | 0 | 1 | 0.15 |
| HSL | 90.97º | 1% | 0.43% | - |
| HSV(B) | 90.97º | 1% | 0.85% | - |
| XYZ | 30.64 | 52.63 | 8.54 | - |
| YUV | 158.77 | 38.39 | 89.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 217 | 0 | 0.52 | 0 | 1 | 0.15 | 90.97 | 1 | 0.43 |
| Hex | 69 | D9 | 0 | 34 | 0 | 64 | F | 5B | 64 | 2B |
| Octal | 151 | 331 | 0 | 64 | 0 | 144 | 17 | 133 | 144 | 53 |
| Binary | 1101001 | 11011001 | 0 | 110100 | 0 | 1100100 | 1111 | 1011011 | 1100100 | 101011 |
Color Harmonies of #69D900
Complementary color
Monochromatic Colors of #69D900
Black with #69D900
Text Example
Text Example
White with #69D900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D900; }
p { color: rgb(105,217,0); }
H1.HeaderClassName
{
color: #69D900;
}
.AnyTagClassName
{
color: #69D900;
}
</style>
background-color css
<style>
a { background-color: #69D900; }
a { background-color: rgb(105,217,0); }
div.DivClassName
{
background-color: #69D900;
}
.BgClassName
{
background-color: #69D900;
}
</style>
border-color css
<style>
span { border-color: #69D900; }
span { border-color: rgb(105,217,0); }
td.TdClassName
{
border-color: #69D900;
}
.TagClassName
{
border-color: #69D900;
}
</style>