Shades of Bright Green #69D400
Tints of Bright Green #69D400
RGB
CMYK
RGB Variations
Color information
#69D400 (or 0x69D400) is known color: Bright Green. HEX triplet: 69, D4 and 00. RGB value is (105,212,0). Sum of RGB (Red+Green+Blue) = 105+212+0=317 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.12% from 317); Green value is 212 (83.20% from 255 or 66.88% from 317); Blue value is 0 (0.39% from 255 or 0% from 317); Max value from RGB is 212 - color contains mainly: green. Hex color #69D400 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #69D400 is #962BFF. Grayscale: #9C9C9C. Windows color (decimal): -9841664 or 54377. OLE color: 54377.
HSL color Cylindrical-coordinate representation of color #69D400: hue angle of 90.28º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #69D400 is Cyan = 0.50, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 105 | 212 | 0 | - |
| CMYK | 0.50 | 0 | 1 | 0.17 |
| HSL | 90.28º | 1% | 0.42% | - |
| HSV(B) | 90.28º | 1% | 0.83% | - |
| XYZ | 29.37 | 50.09 | 8.12 | - |
| YUV | 155.84 | 40.05 | 91.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 212 | 0 | 0.50 | 0 | 1 | 0.17 | 90.28 | 1 | 0.42 |
| Hex | 69 | D4 | 0 | 32 | 0 | 64 | 11 | 5A | 64 | 2A |
| Octal | 151 | 324 | 0 | 62 | 0 | 144 | 21 | 132 | 144 | 52 |
| Binary | 1101001 | 11010100 | 0 | 110010 | 0 | 1100100 | 10001 | 1011010 | 1100100 | 101010 |
Color Harmonies of #69D400
Complementary color
Monochromatic Colors of #69D400
Black with #69D400
Text Example
Text Example
White with #69D400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D400; }
p { color: rgb(105,212,0); }
H1.HeaderClassName
{
color: #69D400;
}
.AnyTagClassName
{
color: #69D400;
}
</style>
background-color css
<style>
a { background-color: #69D400; }
a { background-color: rgb(105,212,0); }
div.DivClassName
{
background-color: #69D400;
}
.BgClassName
{
background-color: #69D400;
}
</style>
border-color css
<style>
span { border-color: #69D400; }
span { border-color: rgb(105,212,0); }
td.TdClassName
{
border-color: #69D400;
}
.TagClassName
{
border-color: #69D400;
}
</style>