Shades of Bright Green #69E012
Tints of Bright Green #69E012
RGB
CMYK
RGB Variations
Color information
#69E012 (or 0x69E012) is known color: Bright Green. HEX triplet: 69, E0 and 12. RGB value is (105,224,18). Sum of RGB (Red+Green+Blue) = 105+224+18=347 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.26% from 347); Green value is 224 (87.89% from 255 or 64.55% from 347); Blue value is 18 (7.42% from 255 or 5.19% from 347); Max value from RGB is 224 - color contains mainly: green. Hex color #69E012 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #69E012 is #961FED. Grayscale: #A5A5A5. Windows color (decimal): -9838574 or 1237097. OLE color: 1237097.
HSL color Cylindrical-coordinate representation of color #69E012: hue angle of 94.66º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #69E012 is Cyan = 0.53, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 105 | 224 | 18 | - |
| CMYK | 0.53 | 0 | 0.92 | 0.12 |
| HSL | 94.66º | 0.85% | 0.47% | - |
| HSV(B) | 94.66º | 0.92% | 0.88% | - |
| XYZ | 32.59 | 56.36 | 9.73 | - |
| YUV | 164.94 | 45.08 | 85.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 224 | 18 | 0.53 | 0 | 0.92 | 0.12 | 94.66 | 0.85 | 0.47 |
| Hex | 69 | E0 | 12 | 35 | 0 | 5C | C | 5F | 55 | 2F |
| Octal | 151 | 340 | 22 | 65 | 0 | 134 | 14 | 137 | 125 | 57 |
| Binary | 1101001 | 11100000 | 10010 | 110101 | 0 | 1011100 | 1100 | 1011111 | 1010101 | 101111 |
Color Harmonies of #69E012
Complementary color
Monochromatic Colors of #69E012
Black with #69E012
Text Example
Text Example
White with #69E012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69E012; }
p { color: rgb(105,224,18); }
H1.HeaderClassName
{
color: #69E012;
}
.AnyTagClassName
{
color: #69E012;
}
</style>
background-color css
<style>
a { background-color: #69E012; }
a { background-color: rgb(105,224,18); }
div.DivClassName
{
background-color: #69E012;
}
.BgClassName
{
background-color: #69E012;
}
</style>
border-color css
<style>
span { border-color: #69E012; }
span { border-color: rgb(105,224,18); }
td.TdClassName
{
border-color: #69E012;
}
.TagClassName
{
border-color: #69E012;
}
</style>