Shades of Bright Green #69FF0C
Tints of Bright Green #69FF0C
RGB
CMYK
RGB Variations
Color information
#69FF0C (or 0x69FF0C) is known color: Bright Green. HEX triplet: 69, FF and 0C. RGB value is (105,255,12). Sum of RGB (Red+Green+Blue) = 105+255+12=372 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.23% from 372); Green value is 255 (100% from 255 or 68.55% from 372); Blue value is 12 (5.08% from 255 or 3.23% from 372); Max value from RGB is 255 - color contains mainly: green. Hex color #69FF0C is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #69FF0C is #9600F3. Grayscale: #B7B7B7. Windows color (decimal): -9830644 or 851817. OLE color: 851817.
HSL color Cylindrical-coordinate representation of color #69FF0C: hue angle of 97.04º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #69FF0C is Cyan = 0.59, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 105 | 255 | 12 | - |
| CMYK | 0.59 | 0 | 0.95 | 0 |
| HSL | 97.04º | 1% | 0.52% | - |
| HSV(B) | 97.04º | 0.95% | 1% | - |
| XYZ | 41.65 | 74.55 | 12.54 | - |
| YUV | 182.45 | 31.81 | 72.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 255 | 12 | 0.59 | 0 | 0.95 | 0 | 97.04 | 1 | 0.52 |
| Hex | 69 | FF | C | 3B | 0 | 5F | 0 | 61 | 64 | 34 |
| Octal | 151 | 377 | 14 | 73 | 0 | 137 | 0 | 141 | 144 | 64 |
| Binary | 1101001 | 11111111 | 1100 | 111011 | 0 | 1011111 | 0 | 1100001 | 1100100 | 110100 |
Color Harmonies of #69FF0C
Complementary color
Monochromatic Colors of #69FF0C
Black with #69FF0C
Text Example
Text Example
White with #69FF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69FF0C; }
p { color: rgb(105,255,12); }
H1.HeaderClassName
{
color: #69FF0C;
}
.AnyTagClassName
{
color: #69FF0C;
}
</style>
background-color css
<style>
a { background-color: #69FF0C; }
a { background-color: rgb(105,255,12); }
div.DivClassName
{
background-color: #69FF0C;
}
.BgClassName
{
background-color: #69FF0C;
}
</style>
border-color css
<style>
span { border-color: #69FF0C; }
span { border-color: rgb(105,255,12); }
td.TdClassName
{
border-color: #69FF0C;
}
.TagClassName
{
border-color: #69FF0C;
}
</style>