Shades of Bright Green #69E321
Tints of Bright Green #69E321
RGB
CMYK
RGB Variations
Color information
#69E321 (or 0x69E321) is known color: Bright Green. HEX triplet: 69, E3 and 21. RGB value is (105,227,33). Sum of RGB (Red+Green+Blue) = 105+227+33=365 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.77% from 365); Green value is 227 (89.06% from 255 or 62.19% from 365); Blue value is 33 (13.28% from 255 or 9.04% from 365); Max value from RGB is 227 - color contains mainly: green. Hex color #69E321 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69E321 is #961CDE. Grayscale: #A9A9A9. Windows color (decimal): -9837791 or 2220905. OLE color: 2220905.
HSL color Cylindrical-coordinate representation of color #69E321: hue angle of 97.73º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #69E321 is Cyan = 0.54, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 105 | 227 | 33 | - |
| CMYK | 0.54 | 0 | 0.85 | 0.11 |
| HSL | 97.73º | 0.78% | 0.51% | - |
| HSV(B) | 97.73º | 0.85% | 0.89% | - |
| XYZ | 33.57 | 58.05 | 10.87 | - |
| YUV | 168.41 | 51.58 | 82.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 227 | 33 | 0.54 | 0 | 0.85 | 0.11 | 97.73 | 0.78 | 0.51 |
| Hex | 69 | E3 | 21 | 36 | 0 | 55 | B | 62 | 4E | 33 |
| Octal | 151 | 343 | 41 | 66 | 0 | 125 | 13 | 142 | 116 | 63 |
| Binary | 1101001 | 11100011 | 100001 | 110110 | 0 | 1010101 | 1011 | 1100010 | 1001110 | 110011 |
Color Harmonies of #69E321
Complementary color
Monochromatic Colors of #69E321
Black with #69E321
Text Example
Text Example
White with #69E321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69E321; }
p { color: rgb(105,227,33); }
H1.HeaderClassName
{
color: #69E321;
}
.AnyTagClassName
{
color: #69E321;
}
</style>
background-color css
<style>
a { background-color: #69E321; }
a { background-color: rgb(105,227,33); }
div.DivClassName
{
background-color: #69E321;
}
.BgClassName
{
background-color: #69E321;
}
</style>
border-color css
<style>
span { border-color: #69E321; }
span { border-color: rgb(105,227,33); }
td.TdClassName
{
border-color: #69E321;
}
.TagClassName
{
border-color: #69E321;
}
</style>