Shades of Bright Green #69D700
Tints of Bright Green #69D700
RGB
CMYK
RGB Variations
Color information
#69D700 (or 0x69D700) is known color: Bright Green. HEX triplet: 69, D7 and 00. RGB value is (105,215,0). Sum of RGB (Red+Green+Blue) = 105+215+0=320 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.81% from 320); Green value is 215 (84.38% from 255 or 67.19% from 320); Blue value is 0 (0.39% from 255 or 0% from 320); Max value from RGB is 215 - color contains mainly: green. Hex color #69D700 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #69D700 is #9628FF. Grayscale: #9E9E9E. Windows color (decimal): -9840896 or 55145. OLE color: 55145.
HSL color Cylindrical-coordinate representation of color #69D700: hue angle of 90.7º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #69D700 is Cyan = 0.51, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 105 | 215 | 0 | - |
| CMYK | 0.51 | 0 | 1 | 0.16 |
| HSL | 90.7º | 1% | 0.42% | - |
| HSV(B) | 90.7º | 1% | 0.84% | - |
| XYZ | 30.13 | 51.6 | 8.37 | - |
| YUV | 157.6 | 39.06 | 90.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 215 | 0 | 0.51 | 0 | 1 | 0.16 | 90.7 | 1 | 0.42 |
| Hex | 69 | D7 | 0 | 33 | 0 | 64 | 10 | 5B | 64 | 2A |
| Octal | 151 | 327 | 0 | 63 | 0 | 144 | 20 | 133 | 144 | 52 |
| Binary | 1101001 | 11010111 | 0 | 110011 | 0 | 1100100 | 10000 | 1011011 | 1100100 | 101010 |
Color Harmonies of #69D700
Complementary color
Monochromatic Colors of #69D700
Black with #69D700
Text Example
Text Example
White with #69D700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D700; }
p { color: rgb(105,215,0); }
H1.HeaderClassName
{
color: #69D700;
}
.AnyTagClassName
{
color: #69D700;
}
</style>
background-color css
<style>
a { background-color: #69D700; }
a { background-color: rgb(105,215,0); }
div.DivClassName
{
background-color: #69D700;
}
.BgClassName
{
background-color: #69D700;
}
</style>
border-color css
<style>
span { border-color: #69D700; }
span { border-color: rgb(105,215,0); }
td.TdClassName
{
border-color: #69D700;
}
.TagClassName
{
border-color: #69D700;
}
</style>