Shades of Bright Green #69D500
Tints of Bright Green #69D500
RGB
CMYK
RGB Variations
Color information
#69D500 (or 0x69D500) is known color: Bright Green. HEX triplet: 69, D5 and 00. RGB value is (105,213,0). Sum of RGB (Red+Green+Blue) = 105+213+0=318 (42% of max value = 765). Red value is 105 (41.41% from 255 or 33.02% from 318); Green value is 213 (83.59% from 255 or 66.98% from 318); Blue value is 0 (0.39% from 255 or 0% from 318); Max value from RGB is 213 - color contains mainly: green. Hex color #69D500 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #69D500 is #962AFF. Grayscale: #9D9D9D. Windows color (decimal): -9841408 or 54633. OLE color: 54633.
HSL color Cylindrical-coordinate representation of color #69D500: hue angle of 90.42º 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 #69D500 is Cyan = 0.51, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 105 | 213 | 0 | - |
| CMYK | 0.51 | 0 | 1 | 0.16 |
| HSL | 90.42º | 1% | 0.42% | - |
| HSV(B) | 90.42º | 1% | 0.84% | - |
| XYZ | 29.62 | 50.59 | 8.2 | - |
| YUV | 156.43 | 39.72 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 213 | 0 | 0.51 | 0 | 1 | 0.16 | 90.42 | 1 | 0.42 |
| Hex | 69 | D5 | 0 | 33 | 0 | 64 | 10 | 5A | 64 | 2A |
| Octal | 151 | 325 | 0 | 63 | 0 | 144 | 20 | 132 | 144 | 52 |
| Binary | 1101001 | 11010101 | 0 | 110011 | 0 | 1100100 | 10000 | 1011010 | 1100100 | 101010 |
Color Harmonies of #69D500
Complementary color
Monochromatic Colors of #69D500
Black with #69D500
Text Example
Text Example
White with #69D500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D500; }
p { color: rgb(105,213,0); }
H1.HeaderClassName
{
color: #69D500;
}
.AnyTagClassName
{
color: #69D500;
}
</style>
background-color css
<style>
a { background-color: #69D500; }
a { background-color: rgb(105,213,0); }
div.DivClassName
{
background-color: #69D500;
}
.BgClassName
{
background-color: #69D500;
}
</style>
border-color css
<style>
span { border-color: #69D500; }
span { border-color: rgb(105,213,0); }
td.TdClassName
{
border-color: #69D500;
}
.TagClassName
{
border-color: #69D500;
}
</style>