Shades of Bright Green #69E525
Tints of Bright Green #69E525
RGB
CMYK
RGB Variations
Color information
#69E525 (or 0x69E525) is known color: Bright Green. HEX triplet: 69, E5 and 25. RGB value is (105,229,37). Sum of RGB (Red+Green+Blue) = 105+229+37=371 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.30% from 371); Green value is 229 (89.84% from 255 or 61.73% from 371); Blue value is 37 (14.84% from 255 or 9.97% from 371); Max value from RGB is 229 - color contains mainly: green. Hex color #69E525 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69E525 is #961ADA. Grayscale: #AAAAAA. Windows color (decimal): -9837275 or 2483561. OLE color: 2483561.
HSL color Cylindrical-coordinate representation of color #69E525: hue angle of 98.75º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #69E525 is Cyan = 0.54, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 105 | 229 | 37 | - |
| CMYK | 0.54 | 0 | 0.84 | 0.10 |
| HSL | 98.75º | 0.79% | 0.52% | - |
| HSV(B) | 98.75º | 0.84% | 0.9% | - |
| XYZ | 34.18 | 59.18 | 11.37 | - |
| YUV | 170.04 | 52.92 | 81.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 229 | 37 | 0.54 | 0 | 0.84 | 0.10 | 98.75 | 0.79 | 0.52 |
| Hex | 69 | E5 | 25 | 36 | 0 | 54 | A | 63 | 4F | 34 |
| Octal | 151 | 345 | 45 | 66 | 0 | 124 | 12 | 143 | 117 | 64 |
| Binary | 1101001 | 11100101 | 100101 | 110110 | 0 | 1010100 | 1010 | 1100011 | 1001111 | 110100 |
Color Harmonies of #69E525
Complementary color
Monochromatic Colors of #69E525
Black with #69E525
Text Example
Text Example
White with #69E525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69E525; }
p { color: rgb(105,229,37); }
H1.HeaderClassName
{
color: #69E525;
}
.AnyTagClassName
{
color: #69E525;
}
</style>
background-color css
<style>
a { background-color: #69E525; }
a { background-color: rgb(105,229,37); }
div.DivClassName
{
background-color: #69E525;
}
.BgClassName
{
background-color: #69E525;
}
</style>
border-color css
<style>
span { border-color: #69E525; }
span { border-color: rgb(105,229,37); }
td.TdClassName
{
border-color: #69E525;
}
.TagClassName
{
border-color: #69E525;
}
</style>