Shades of Bright Green #69E31C
Tints of Bright Green #69E31C
RGB
CMYK
RGB Variations
Color information
#69E31C (or 0x69E31C) is known color: Bright Green. HEX triplet: 69, E3 and 1C. RGB value is (105,227,28). Sum of RGB (Red+Green+Blue) = 105+227+28=360 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.17% from 360); Green value is 227 (89.06% from 255 or 63.06% from 360); Blue value is 28 (11.33% from 255 or 7.78% from 360); Max value from RGB is 227 - color contains mainly: green. Hex color #69E31C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69E31C is #961CE3. Grayscale: #A8A8A8. Windows color (decimal): -9837796 or 1893225. OLE color: 1893225.
HSL color Cylindrical-coordinate representation of color #69E31C: hue angle of 96.78º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #69E31C is Cyan = 0.54, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 105 | 227 | 28 | - |
| CMYK | 0.54 | 0 | 0.88 | 0.11 |
| HSL | 96.78º | 0.78% | 0.5% | - |
| HSV(B) | 96.78º | 0.88% | 0.89% | - |
| XYZ | 33.5 | 58.03 | 10.53 | - |
| YUV | 167.84 | 49.08 | 83.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 227 | 28 | 0.54 | 0 | 0.88 | 0.11 | 96.78 | 0.78 | 0.5 |
| Hex | 69 | E3 | 1C | 36 | 0 | 58 | B | 61 | 4E | 32 |
| Octal | 151 | 343 | 34 | 66 | 0 | 130 | 13 | 141 | 116 | 62 |
| Binary | 1101001 | 11100011 | 11100 | 110110 | 0 | 1011000 | 1011 | 1100001 | 1001110 | 110010 |
Color Harmonies of #69E31C
Complementary color
Monochromatic Colors of #69E31C
Black with #69E31C
Text Example
Text Example
White with #69E31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69E31C; }
p { color: rgb(105,227,28); }
H1.HeaderClassName
{
color: #69E31C;
}
.AnyTagClassName
{
color: #69E31C;
}
</style>
background-color css
<style>
a { background-color: #69E31C; }
a { background-color: rgb(105,227,28); }
div.DivClassName
{
background-color: #69E31C;
}
.BgClassName
{
background-color: #69E31C;
}
</style>
border-color css
<style>
span { border-color: #69E31C; }
span { border-color: rgb(105,227,28); }
td.TdClassName
{
border-color: #69E31C;
}
.TagClassName
{
border-color: #69E31C;
}
</style>