Shades of Bright Green #69F328
Tints of Bright Green #69F328
RGB
CMYK
RGB Variations
Color information
#69F328 (or 0x69F328) is known color: Bright Green. HEX triplet: 69, F3 and 28. RGB value is (105,243,40). Sum of RGB (Red+Green+Blue) = 105+243+40=388 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.06% from 388); Green value is 243 (95.31% from 255 or 62.63% from 388); Blue value is 40 (16.02% from 255 or 10.31% from 388); Max value from RGB is 243 - color contains mainly: green. Hex color #69F328 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #69F328 is #960CD7. Grayscale: #B3B3B3. Windows color (decimal): -9833688 or 2683753. OLE color: 2683753.
HSL color Cylindrical-coordinate representation of color #69F328: hue angle of 100.79º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #69F328 is Cyan = 0.57, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 105 | 243 | 40 | - |
| CMYK | 0.57 | 0 | 0.84 | 0.05 |
| HSL | 100.79º | 0.89% | 0.55% | - |
| HSV(B) | 100.79º | 0.84% | 0.95% | - |
| XYZ | 38.26 | 67.26 | 12.97 | - |
| YUV | 178.6 | 49.78 | 75.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 243 | 40 | 0.57 | 0 | 0.84 | 0.05 | 100.79 | 0.89 | 0.55 |
| Hex | 69 | F3 | 28 | 39 | 0 | 54 | 5 | 65 | 59 | 37 |
| Octal | 151 | 363 | 50 | 71 | 0 | 124 | 5 | 145 | 131 | 67 |
| Binary | 1101001 | 11110011 | 101000 | 111001 | 0 | 1010100 | 101 | 1100101 | 1011001 | 110111 |
Color Harmonies of #69F328
Complementary color
Monochromatic Colors of #69F328
Black with #69F328
Text Example
Text Example
White with #69F328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69F328; }
p { color: rgb(105,243,40); }
H1.HeaderClassName
{
color: #69F328;
}
.AnyTagClassName
{
color: #69F328;
}
</style>
background-color css
<style>
a { background-color: #69F328; }
a { background-color: rgb(105,243,40); }
div.DivClassName
{
background-color: #69F328;
}
.BgClassName
{
background-color: #69F328;
}
</style>
border-color css
<style>
span { border-color: #69F328; }
span { border-color: rgb(105,243,40); }
td.TdClassName
{
border-color: #69F328;
}
.TagClassName
{
border-color: #69F328;
}
</style>