Shades of Bright Green #69FF1F
Tints of Bright Green #69FF1F
RGB
CMYK
RGB Variations
Color information
#69FF1F (or 0x69FF1F) is known color: Bright Green. HEX triplet: 69, FF and 1F. RGB value is (105,255,31). Sum of RGB (Red+Green+Blue) = 105+255+31=391 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.85% from 391); Green value is 255 (100% from 255 or 65.22% from 391); Blue value is 31 (12.5% from 255 or 7.93% from 391); Max value from RGB is 255 - color contains mainly: green. Hex color #69FF1F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #69FF1F is #9600E0. Grayscale: #B9B9B9. Windows color (decimal): -9830625 or 2097001. OLE color: 2097001.
HSL color Cylindrical-coordinate representation of color #69FF1F: hue angle of 100.18º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #69FF1F is Cyan = 0.59, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 105 | 255 | 31 | - |
| CMYK | 0.59 | 0 | 0.88 | 0 |
| HSL | 100.18º | 1% | 0.56% | - |
| HSV(B) | 100.18º | 0.88% | 1% | - |
| XYZ | 41.83 | 74.62 | 13.5 | - |
| YUV | 184.61 | 41.31 | 71.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 255 | 31 | 0.59 | 0 | 0.88 | 0 | 100.18 | 1 | 0.56 |
| Hex | 69 | FF | 1F | 3B | 0 | 58 | 0 | 64 | 64 | 38 |
| Octal | 151 | 377 | 37 | 73 | 0 | 130 | 0 | 144 | 144 | 70 |
| Binary | 1101001 | 11111111 | 11111 | 111011 | 0 | 1011000 | 0 | 1100100 | 1100100 | 111000 |
Color Harmonies of #69FF1F
Complementary color
Monochromatic Colors of #69FF1F
Black with #69FF1F
Text Example
Text Example
White with #69FF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69FF1F; }
p { color: rgb(105,255,31); }
H1.HeaderClassName
{
color: #69FF1F;
}
.AnyTagClassName
{
color: #69FF1F;
}
</style>
background-color css
<style>
a { background-color: #69FF1F; }
a { background-color: rgb(105,255,31); }
div.DivClassName
{
background-color: #69FF1F;
}
.BgClassName
{
background-color: #69FF1F;
}
</style>
border-color css
<style>
span { border-color: #69FF1F; }
span { border-color: rgb(105,255,31); }
td.TdClassName
{
border-color: #69FF1F;
}
.TagClassName
{
border-color: #69FF1F;
}
</style>