Shades of Bright Green #69F825
Tints of Bright Green #69F825
RGB
CMYK
RGB Variations
Color information
#69F825 (or 0x69F825) is known color: Bright Green. HEX triplet: 69, F8 and 25. RGB value is (105,248,37). Sum of RGB (Red+Green+Blue) = 105+248+37=390 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.92% from 390); Green value is 248 (97.27% from 255 or 63.59% from 390); Blue value is 37 (14.84% from 255 or 9.49% from 390); Max value from RGB is 248 - color contains mainly: green. Hex color #69F825 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #69F825 is #9607DA. Grayscale: #B5B5B5. Windows color (decimal): -9832411 or 2488425. OLE color: 2488425.
HSL color Cylindrical-coordinate representation of color #69F825: hue angle of 100.66º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #69F825 is Cyan = 0.58, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 105 | 248 | 37 | - |
| CMYK | 0.58 | 0 | 0.85 | 0.03 |
| HSL | 100.66º | 0.94% | 0.56% | - |
| HSV(B) | 100.66º | 0.85% | 0.97% | - |
| XYZ | 39.73 | 70.27 | 13.22 | - |
| YUV | 181.19 | 46.62 | 73.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 248 | 37 | 0.58 | 0 | 0.85 | 0.03 | 100.66 | 0.94 | 0.56 |
| Hex | 69 | F8 | 25 | 3A | 0 | 55 | 3 | 65 | 5E | 38 |
| Octal | 151 | 370 | 45 | 72 | 0 | 125 | 3 | 145 | 136 | 70 |
| Binary | 1101001 | 11111000 | 100101 | 111010 | 0 | 1010101 | 11 | 1100101 | 1011110 | 111000 |
Color Harmonies of #69F825
Complementary color
Monochromatic Colors of #69F825
Black with #69F825
Text Example
Text Example
White with #69F825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69F825; }
p { color: rgb(105,248,37); }
H1.HeaderClassName
{
color: #69F825;
}
.AnyTagClassName
{
color: #69F825;
}
</style>
background-color css
<style>
a { background-color: #69F825; }
a { background-color: rgb(105,248,37); }
div.DivClassName
{
background-color: #69F825;
}
.BgClassName
{
background-color: #69F825;
}
</style>
border-color css
<style>
span { border-color: #69F825; }
span { border-color: rgb(105,248,37); }
td.TdClassName
{
border-color: #69F825;
}
.TagClassName
{
border-color: #69F825;
}
</style>