Shades of Bright Green #69F800
Tints of Bright Green #69F800
RGB
CMYK
RGB Variations
Color information
#69F800 (or 0x69F800) is known color: Bright Green. HEX triplet: 69, F8 and 00. RGB value is (105,248,0). Sum of RGB (Red+Green+Blue) = 105+248+0=353 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.75% from 353); Green value is 248 (97.27% from 255 or 70.25% from 353); Blue value is 0 (0.39% from 255 or 0% from 353); Max value from RGB is 248 - color contains mainly: green. Hex color #69F800 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #69F800 is #9607FF. Grayscale: #B1B1B1. Windows color (decimal): -9832448 or 63593. OLE color: 63593.
HSL color Cylindrical-coordinate representation of color #69F800: hue angle of 94.6º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #69F800 is Cyan = 0.58, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 105 | 248 | 0 | - |
| CMYK | 0.58 | 0 | 1 | 0.03 |
| HSL | 94.6º | 1% | 0.49% | - |
| HSV(B) | 94.6º | 1% | 0.97% | - |
| XYZ | 39.39 | 70.14 | 11.46 | - |
| YUV | 176.97 | 28.12 | 76.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 248 | 0 | 0.58 | 0 | 1 | 0.03 | 94.6 | 1 | 0.49 |
| Hex | 69 | F8 | 0 | 3A | 0 | 64 | 3 | 5F | 64 | 31 |
| Octal | 151 | 370 | 0 | 72 | 0 | 144 | 3 | 137 | 144 | 61 |
| Binary | 1101001 | 11111000 | 0 | 111010 | 0 | 1100100 | 11 | 1011111 | 1100100 | 110001 |
Color Harmonies of #69F800
Complementary color
Monochromatic Colors of #69F800
Black with #69F800
Text Example
Text Example
White with #69F800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69F800; }
p { color: rgb(105,248,0); }
H1.HeaderClassName
{
color: #69F800;
}
.AnyTagClassName
{
color: #69F800;
}
</style>
background-color css
<style>
a { background-color: #69F800; }
a { background-color: rgb(105,248,0); }
div.DivClassName
{
background-color: #69F800;
}
.BgClassName
{
background-color: #69F800;
}
</style>
border-color css
<style>
span { border-color: #69F800; }
span { border-color: rgb(105,248,0); }
td.TdClassName
{
border-color: #69F800;
}
.TagClassName
{
border-color: #69F800;
}
</style>